From c7fd5b7e1c30a26bb7a0ad12cfd247b941a1175f Mon Sep 17 00:00:00 2001 From: Bram Jetten Date: Wed, 28 Jun 2023 13:11:07 +0200 Subject: [PATCH] v2.15.1 (#1259) --- CHANGELOG.md | 3 +++ Gemfile.lock | 2 +- lib/spina/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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