Release Notes
#28 was not included in any releases, but if you updated your project to main
after installing v0.1.0, you will need to update to this release and then reset your database:
- Change to your application directory
- Run:
make db-reset
What's Changed
- Bump ruby version to 3.3.1 by @ellery-nava in #21
- [Issue 16] Add Grype for vulnerability scanning by @SammySteiner in #22
- Update Rubocop settings by @ellery-nava in #27
- Add database migration to enable pgcrypto by @rocketnova in #28
⚠️ This may cause issues with cloud deployment, such as with AWS. See release note above.
- Add wget to release image by @rocketnova in #30
- Update template-only-bin scripts by @rocketnova in #29
- Add warning to rename script by @rocketnova in #34
- [Issue #12] Security Audit by @SammySteiner in #26
- Prepare for integration with infra template by @rocketnova in #40
⚠️ This PR reverted #28 above.
New Contributors
- @ellery-nava made their first contribution in #21
- @SammySteiner made their first contribution in #22
Full Changelog: v0.1.0...v0.2.0