diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc1fa1..ef45e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ The database layer for Hanami apps. ### Security +## [2.2.1] - 2025-01-10 + +### Fixed + +- Update for compatibility with latest rom and rom-sql releases (@flash-gordon in #16). + ## [2.2.0] - 2024-10-29 - No changes. @@ -37,6 +43,7 @@ The database layer for Hanami apps. - Initial release. [unreleased]: https://github.com/hanami/db/compare/v2.2.0...main +[2.2.1]: https://github.com/hanami/db/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/hanami/db/compare/v2.2.0.rc1...v2.2.0 [2.2.0.rc1]: https://github.com/hanami/db/compare/v2.2.0.beta2...v2.2.0.rc1 [2.2.0.beta2]: https://github.com/hanami/db/compare/v2.2.0.beta1...v2.2.0.beta2 diff --git a/lib/hanami/db/version.rb b/lib/hanami/db/version.rb index 406840b..d578f31 100644 --- a/lib/hanami/db/version.rb +++ b/lib/hanami/db/version.rb @@ -2,6 +2,6 @@ module Hanami module DB - VERSION = "2.2.0" + VERSION = "2.2.1" end end