diff --git a/CHANGELOG.md b/CHANGELOG.md index 3189e4558..86337c8b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 2.15 +### 2.15.1 (June 28th, 2023) +* Fix for XSS vulnerability in Pages#edit + ### 2.15.0 (May 10th, 2023) _Notice: ViewComponent was updated to v3 in this release, make sure your own components use the new Slots API_ * Updated ViewComponent to v3 diff --git a/Gemfile.lock b/Gemfile.lock index f4b4ecde2..508932673 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - spina (2.15.0) + spina (2.15.1) ancestry attr_json babosa diff --git a/lib/spina/version.rb b/lib/spina/version.rb index 1d4d6c37d..6fd8f35c3 100644 --- a/lib/spina/version.rb +++ b/lib/spina/version.rb @@ -1,3 +1,3 @@ module Spina - VERSION = "2.15.0" + VERSION = "2.15.1" end