Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Add API V2 from DMPonline [#3587](https://github.com/DMPRoadmap/roadmap/pull/3587)
- Add complete plan flag to V2 API [#3595](https://github.com/DMPRoadmap/roadmap/pull/3595)
- chore(deps): `bundle update && yarn upgrade` and bump `node-version` in workflows [#3601](https://github.com/DMPRoadmap/roadmap/pull/3601)
- Update `database.yml.sample`: add separate test db [#3521](https://github.com/DMPRoadmap/roadmap/pull/3521)

## v5.0.2
- Bump Ruby to v3.1.4 and use `.ruby-version` in CI
Expand Down
1 change: 1 addition & 0 deletions config/database.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ development:

test:
<<: *defaults
database: <%= ENV.fetch('TEST_DB_NAME', 'roadmap_test') %>
Loading