Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag committed May 11, 2021
1 parent ff57d81 commit c2e5249
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ This project tries to follow [SemVer 2.0.0](https://semver.org/).
- Added Go module caching in the Dockerfile so local iterations will be
slightly quicker to compile. (!44)

- Added endpoint `GET /version` that returns an object of version data of the
API itself. (#2)

- Changed Swagger spec version to equal the version of the API. (#2)

- Changed version of GORM from v1 to v2. Some constraints have been renamed in
the database, and migrations were added to automatically upgrade the database.
(!40)
Expand Down

0 comments on commit c2e5249

Please sign in to comment.