diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cfecd0e..5ce894f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [2.7.1](https://github.com/owen2345/camaleon-cms/tree/2.7.1) (2023-03-22) +- Fix common relationships + ## [2.7.0](https://github.com/owen2345/camaleon-cms/tree/2.7.0) (2023-03-22) - Change some render calls from `inline` to `plain` - Stop monkeypatching ActiveRecord::Base diff --git a/lib/camaleon_cms/version.rb b/lib/camaleon_cms/version.rb index ff9e3c87..2411a4d5 100644 --- a/lib/camaleon_cms/version.rb +++ b/lib/camaleon_cms/version.rb @@ -1,3 +1,3 @@ module CamaleonCms - VERSION = '2.7.0'.freeze + VERSION = '2.7.1'.freeze end