diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e04835..5e87885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.0.1](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.0.1) (2023-07-18) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.0.0...v2.0.1) + +**Merged pull requests:** + +- Fix page search [\#71](https://github.com/AlchemyCMS/alchemy-json_api/pull/71) ([tvdeyen](https://github.com/tvdeyen)) + ## [v2.0.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.0.0) (2023-03-31) [Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v1.2.0...v2.0.0) diff --git a/lib/alchemy/json_api/version.rb b/lib/alchemy/json_api/version.rb index a791f3b..d92f259 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 = "2.0.0" + VERSION = "2.0.1" end end