diff --git a/CHANGELOG.md b/CHANGELOG.md index f398293..4cc3594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.4.1](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.1) (2025-01-24) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.4.0...v2.4.1) + +**Merged pull requests:** + +- Test Alchemy 7.4 [\#95](https://github.com/AlchemyCMS/alchemy-json_api/pull/95) ([tvdeyen](https://github.com/tvdeyen)) + ## [v2.4.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.0) (2025-01-09) [Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.3.0...v2.4.0) diff --git a/lib/alchemy/json_api/version.rb b/lib/alchemy/json_api/version.rb index ba5a66d..470a56a 100644 --- a/lib/alchemy/json_api/version.rb +++ b/lib/alchemy/json_api/version.rb @@ -2,6 +2,6 @@ module Alchemy module JsonApi - VERSION = "2.4.0" + VERSION = "2.4.1" end end