From 9764e4c11ff83638757f90f2e5757cc72d8b01f1 Mon Sep 17 00:00:00 2001 From: Bram Jetten Date: Mon, 26 Jul 2021 09:57:06 +0200 Subject: [PATCH] Update to v2.2.0 (#755) --- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- lib/spina/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 881451a08..da9a88329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Spina CMS Changelog +## 2.2 + +### 2.2.0 (July 26th, 2021) +* Added download link to attachments in media library +* Added optional decorator loading to configuration +* Fixed slug generation for non-latin characters +* Refactored authentication as a replaceable module + ## 2.1 ### 2.1.1 (July 13th, 2021) diff --git a/Gemfile.lock b/Gemfile.lock index 93df1ca84..fc86735b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spina (2.1.1) + spina (2.2.0) ancestry attr_json babosa diff --git a/lib/spina/version.rb b/lib/spina/version.rb index 0f7685ace..bae9257d7 100644 --- a/lib/spina/version.rb +++ b/lib/spina/version.rb @@ -1,3 +1,3 @@ module Spina - VERSION = "2.1.1" + VERSION = "2.2.0" end