diff --git a/CHANGELOG.md b/CHANGELOG.md index 4faa621..ec6010d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased][unreleased] +## [6.0.5] - 2023-01-07 +### Changed +- Use static dump file for tests +- Add GitHub Action to update the prod database +- Fixed some tests with the latest data dump + ## [6.0.4] - 2023-01-06 ### Changed - Renamed branch from `master` to `main` @@ -383,7 +389,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - `Fixed` for any bug fixes. - `Security` to invite users to upgrade in case of vulnerabilities. -[Unreleased]: https://github.com/metaodi/openerz/compare/v6.0.4...HEAD +[Unreleased]: https://github.com/metaodi/openerz/compare/v6.0.5...HEAD +[6.0.5]: https://github.com/metaodi/openerz/compare/v6.0.4...v6.0.5 [6.0.4]: https://github.com/metaodi/openerz/compare/v6.0.3...v6.0.4 [6.0.3]: https://github.com/metaodi/openerz/compare/v6.0.2...v6.0.3 [6.0.2]: https://github.com/metaodi/openerz/compare/v6.0.1...v6.0.2 diff --git a/package.json b/package.json index f4de5f3..e57175a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openerz", - "version": "6.0.4", + "version": "6.0.5", "description": "Open ERZ API", "main": "index.js", "scripts": {