diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbf0cf1..829c45d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log -## [2.7.2](https://github.com/owen2345/camaleon-cms/tree/2.7.3) (2023-04-07) +## [2.7.4](https://github.com/owen2345/camaleon-cms/tree/2.7.4) (2023-04-11) +- Sanitize error messages when rendering them directly from the controller + +## [2.7.3](https://github.com/owen2345/camaleon-cms/tree/2.7.3) (2023-04-07) - Inclusion of CommonRelationships into subclasses is now performed in an inherited hook ## [2.7.2](https://github.com/owen2345/camaleon-cms/tree/2.7.2) (2023-03-24) diff --git a/lib/camaleon_cms/version.rb b/lib/camaleon_cms/version.rb index 92e34950..8c3e28c2 100644 --- a/lib/camaleon_cms/version.rb +++ b/lib/camaleon_cms/version.rb @@ -1,3 +1,3 @@ module CamaleonCms - VERSION = '2.7.3'.freeze + VERSION = '2.7.4'.freeze end