From 57be251073a687bc03273e83c9080d34e54e7a24 Mon Sep 17 00:00:00 2001 From: Bram Jetten Date: Fri, 13 Aug 2021 16:46:13 +0200 Subject: [PATCH] Version update (#779) --- CHANGELOG.md | 3 +++ Gemfile.lock | 6 +++--- lib/spina/version.rb | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7918653..ef0954900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 2.2 +### 2.3.1 (August 13th, 2021) +* Fixed bug `not present in the asset pipeline` in production + ### 2.3.0 (August 12th, 2021) * Added an API! * Added transliterations for non-latin characters in URLs diff --git a/Gemfile.lock b/Gemfile.lock index b77de4c30..135ee7c32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spina (2.3.0) + spina (2.3.1) ancestry attr_json babosa @@ -228,11 +228,11 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - stimulus-rails (0.3.1) + stimulus-rails (0.3.2) rails (>= 6.0.0) thor (1.1.0) tilt (2.0.10) - turbo-rails (0.7.0) + turbo-rails (0.7.1) rails (>= 6.0.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) diff --git a/lib/spina/version.rb b/lib/spina/version.rb index 78bbf0bc7..3dc08c804 100644 --- a/lib/spina/version.rb +++ b/lib/spina/version.rb @@ -1,3 +1,3 @@ module Spina - VERSION = "2.3.0" + VERSION = "2.3.1" end