diff --git a/CHANGELOG.md b/CHANGELOG.md index 383153b3..be0ec788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ ## Unreleased -- Fix `TermTaxonomy` attributes sanitizing to not remove translation tags +## [2.8.2](https://github.com/owen2345/camaleon-cms/tree/2.8.2) (2024-08-25) + +- Bump AdminLTE to 2.3.11 + - Has several CSS fixes and doesn't yet require jQuery 3.x +- Fix `TermTaxonomy` attributes sanitizing to not remove translation tags in [\#1091] (https://github.com/owen2345/camaleon-cms/pull/1091) +- Add bootstrap.min.css.map + - Works OK in the development environment if the `config.assets.debug = true` is set. ## [2.8.1](https://github.com/owen2345/camaleon-cms/tree/2.8.1) (2024-08-21) diff --git a/lib/camaleon_cms/version.rb b/lib/camaleon_cms/version.rb index 6904ba6c..f7733a5c 100644 --- a/lib/camaleon_cms/version.rb +++ b/lib/camaleon_cms/version.rb @@ -1,3 +1,3 @@ module CamaleonCms - VERSION = '2.8.1'.freeze + VERSION = '2.8.2'.freeze end