diff --git a/CHANGELOG.md b/CHANGELOG.md index 9064c11e..c680c6fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## [2.8.1](https://github.com/owen2345/camaleon-cms/tree/2.8.1) (2024-08-21) + +**This release is fixing several security vulnerabilities! Please, upgrade ASAP!** + - Replace sass-rails with dartsass-sprockets - Remove `sass` and `sass-rails` gems from the main app's Gemfile when upgrading `camaleon_cms` to this version - Fix colorpicker missing admin asset, adding it to `admin-manifest.css` diff --git a/lib/camaleon_cms/version.rb b/lib/camaleon_cms/version.rb index 992ee87f..6904ba6c 100644 --- a/lib/camaleon_cms/version.rb +++ b/lib/camaleon_cms/version.rb @@ -1,3 +1,3 @@ module CamaleonCms - VERSION = '2.8.0'.freeze + VERSION = '2.8.1'.freeze end