diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b48a079..dbe47e609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Spina CMS Changelog +## 2.12 + +### 2.12.0 (August 26th, 2022) +* Added pagination to long lists of pages +* Refactored current_account to current_spina_account +* Updated Heroicons to v2 +* Updated gem dependencies + ## 2.11 ### 2.11.0 (July 13th, 2022) diff --git a/Gemfile.lock b/Gemfile.lock index 1394406a8..d3c584e16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spina (2.11.0) + spina (2.12.0) ancestry attr_json babosa @@ -264,7 +264,7 @@ GEM sprockets (>= 3.0.0) stimulus-rails (1.1.0) railties (>= 6.0.0) - strscan (3.0.3) + strscan (3.0.4) tailwindcss-rails (2.0.12) railties (>= 6.0.0) thor (1.2.1) diff --git a/lib/spina/version.rb b/lib/spina/version.rb index ed5cc02d3..5fe86a959 100644 --- a/lib/spina/version.rb +++ b/lib/spina/version.rb @@ -1,3 +1,3 @@ module Spina - VERSION = "2.11.0" + VERSION = "2.12.0" end