diff --git a/CHANGELOG.md b/CHANGELOG.md index 1127400..af06047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.24.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v0.24.0) (2021-11-05) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v0.23.0...v0.24.0) + +**Merged pull requests:** + +- Add srcset support [\#57](https://github.com/AlchemyCMS/alchemy-json_api/pull/57) ([tvdeyen](https://github.com/tvdeyen)) + ## [v0.23.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v0.23.0) (2021-10-28) [Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v0.22.0...v0.23.0) diff --git a/lib/alchemy/json_api/version.rb b/lib/alchemy/json_api/version.rb index 1eaa2f9..8a77ee1 100644 --- a/lib/alchemy/json_api/version.rb +++ b/lib/alchemy/json_api/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Alchemy module JsonApi - VERSION = "0.23.0" + VERSION = "0.24.0" end end