diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b70f3c6..d7bd671c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log ## Unreleased + + +## [2.8.0](https://github.com/owen2345/camaleon-cms/tree/2.8.0) (2024-07-26) - Use jQuery 2.x - 2.2.4 - **If there are `//= require jquery` clauses in the main application, replace them with `//= require jquery2`** - Add Ruby 3.3 and Rails 7.2 to CI diff --git a/README.md b/README.md index 8483d4a2..5dacfa47 100644 --- a/README.md +++ b/README.md @@ -104,9 +104,9 @@ https://camaleon.website/store/plugins ## Requirements -* Rails 6.0+ +* Rails 6.1+ * PostgreSQL, MySQL 5+ or SQlite -* Ruby 2.7+ +* Ruby 3.0+ * Imagemagick ## Installation diff --git a/lib/camaleon_cms/version.rb b/lib/camaleon_cms/version.rb index 4124ff47..992ee87f 100644 --- a/lib/camaleon_cms/version.rb +++ b/lib/camaleon_cms/version.rb @@ -1,3 +1,3 @@ module CamaleonCms - VERSION = '2.7.5'.freeze + VERSION = '2.8.0'.freeze end