diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cae12ac3..881451a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ # Spina CMS Changelog -## 2.1 (July 3rd, 2021) +## 2.1 +### 2.1.1 (July 13th, 2021) +* Fixed bugs with attachments (#746 / #747) +* Updated spanish locales +* Updated german locales + +### 2.1.0 (July 3rd, 2021) * Refactored all javascript with Hotwire * Refactored all CSS with TailwindCSS * Refactored all views with ViewComponent diff --git a/Gemfile.lock b/Gemfile.lock index 64c7070e8..90fb8edf5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spina (2.1.0) + spina (2.1.1) ancestry attr_json bcrypt @@ -99,7 +99,7 @@ GEM erubi (1.10.0) factory_bot (6.2.0) activesupport (>= 5.0.0) - ffi (1.15.1) + ffi (1.15.3) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.10) @@ -192,7 +192,7 @@ GEM method_source rake (>= 0.13) thor (~> 1.0) - rake (13.0.3) + rake (13.0.6) request_store (1.5.0) rack (>= 1.4) ruby-progressbar (1.11.0) diff --git a/lib/spina/version.rb b/lib/spina/version.rb index 61505ee93..0f7685ace 100644 --- a/lib/spina/version.rb +++ b/lib/spina/version.rb @@ -1,3 +1,3 @@ module Spina - VERSION = "2.1.0" + VERSION = "2.1.1" end