From b83efee10874460f367843b442cb5fae28b39c95 Mon Sep 17 00:00:00 2001 From: Brian Kephart Date: Mon, 10 Apr 2023 19:20:42 -0500 Subject: [PATCH] Release 2.7.4 --- CHANGELOG.md | 5 ++++- lib/camaleon_cms/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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