diff --git a/CHANGELOG.md b/CHANGELOG.md index d15696fa4..7c19a3a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ ## 2.2 -### 2.3.3 (August 16h, 2021) +### 2.3.4 (August 17th, 2021) +* Updated importmap and importmap-rails to 0.2.7 +* Updated turbo-rails and stimulus-rails + +### 2.3.3 (August 16th, 2021) * Pinned importmap-rails to 0.2.2 as a temporary workaround -### 2.3.2 (August 16h, 2021) +### 2.3.2 (August 16th, 2021) * Updated to new importmap API ### 2.3.1 (August 13th, 2021) diff --git a/Gemfile.lock b/Gemfile.lock index 1c8f910d6..ae2a2b1ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spina (2.3.3) + spina (2.3.4) ancestry attr_json babosa diff --git a/lib/spina/version.rb b/lib/spina/version.rb index bb8846629..463b00bc2 100644 --- a/lib/spina/version.rb +++ b/lib/spina/version.rb @@ -1,3 +1,3 @@ module Spina - VERSION = "2.3.3" + VERSION = "2.3.4" end