diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce894f1..457352fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [2.7.2](https://github.com/owen2345/camaleon-cms/tree/2.7.2) (2023-03-24) +- Fix bug rendering category pages + ## [2.7.1](https://github.com/owen2345/camaleon-cms/tree/2.7.1) (2023-03-22) - Fix common relationships diff --git a/lib/camaleon_cms/version.rb b/lib/camaleon_cms/version.rb index 2411a4d5..37eb25b4 100644 --- a/lib/camaleon_cms/version.rb +++ b/lib/camaleon_cms/version.rb @@ -1,3 +1,3 @@ module CamaleonCms - VERSION = '2.7.1'.freeze + VERSION = '2.7.2'.freeze end