From 451ce62edf7f5a5f2daa65bff9e4b34b89af2dee Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Fri, 7 Jan 2022 14:48:17 +0100 Subject: [PATCH] Prepare version 9.2.6 for release --- CHANGELOG.md | 10 ++++++++++ publify_amazon_sidebar/CHANGELOG.md | 4 ++++ .../lib/publify_amazon_sidebar/version.rb | 2 +- publify_amazon_sidebar/publify_amazon_sidebar.gemspec | 2 +- publify_core/CHANGELOG.md | 4 ++++ publify_core/lib/publify_core/version.rb | 2 +- publify_textfilter_code/CHANGELOG.md | 4 ++++ .../lib/publify_textfilter_code/version.rb | 2 +- .../publify_textfilter_code.gemspec | 2 +- 9 files changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb4b21d9cd..69c6a3fdf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ See the changelogs for the individual engines for more details for releases 9.0 and up +## 9.2.6 / 2022-01-07 + +This release fixes a minor security issue: + +* Rate-limit Devise logins and password resets + +Additionally, it includes the following change: + +* Add documentation about use of the media library + ## 9.2.5 / 2021-10-11 This release fixes several security issues: diff --git a/publify_amazon_sidebar/CHANGELOG.md b/publify_amazon_sidebar/CHANGELOG.md index aaf97b5dca..e2d66c43d4 100644 --- a/publify_amazon_sidebar/CHANGELOG.md +++ b/publify_amazon_sidebar/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.2.6 / 2022-01-07 + +* No changes + ## 9.2.5 / 2021-10-11 * No changes diff --git a/publify_amazon_sidebar/lib/publify_amazon_sidebar/version.rb b/publify_amazon_sidebar/lib/publify_amazon_sidebar/version.rb index 7d3ef282ee..e391e4d671 100644 --- a/publify_amazon_sidebar/lib/publify_amazon_sidebar/version.rb +++ b/publify_amazon_sidebar/lib/publify_amazon_sidebar/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PublifyAmazonSidebar - VERSION = "9.2.5" + VERSION = "9.2.6" end diff --git a/publify_amazon_sidebar/publify_amazon_sidebar.gemspec b/publify_amazon_sidebar/publify_amazon_sidebar.gemspec index c9a522ad1c..e55084d456 100644 --- a/publify_amazon_sidebar/publify_amazon_sidebar.gemspec +++ b/publify_amazon_sidebar/publify_amazon_sidebar.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |s| s.files = File.open("Manifest.txt").readlines.map(&:chomp) - s.add_dependency "publify_core", "~> 9.2.5" + s.add_dependency "publify_core", "~> 9.2.6" s.add_development_dependency "rspec-rails", "~> 4.0" s.add_development_dependency "simplecov", "~> 0.18.5" diff --git a/publify_core/CHANGELOG.md b/publify_core/CHANGELOG.md index b822cd6f35..72fcc799db 100644 --- a/publify_core/CHANGELOG.md +++ b/publify_core/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.2.6 / 2022-01-07 + +* Add documentation about use of the media library + ## 9.2.5 / 2021-10-11 This release fixes several security issues: diff --git a/publify_core/lib/publify_core/version.rb b/publify_core/lib/publify_core/version.rb index b8136ba8a0..aca67b0e26 100644 --- a/publify_core/lib/publify_core/version.rb +++ b/publify_core/lib/publify_core/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PublifyCore - VERSION = "9.2.5" + VERSION = "9.2.6" end diff --git a/publify_textfilter_code/CHANGELOG.md b/publify_textfilter_code/CHANGELOG.md index b0dbc7705b..6d47cff268 100644 --- a/publify_textfilter_code/CHANGELOG.md +++ b/publify_textfilter_code/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.2.6 / 2022-01-07 + +* No changes + ## 9.2.5 / 2021-10-11 * No changes diff --git a/publify_textfilter_code/lib/publify_textfilter_code/version.rb b/publify_textfilter_code/lib/publify_textfilter_code/version.rb index 15bf1a85ea..75e1021a2e 100644 --- a/publify_textfilter_code/lib/publify_textfilter_code/version.rb +++ b/publify_textfilter_code/lib/publify_textfilter_code/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PublifyTextfilterCode - VERSION = "9.2.5" + VERSION = "9.2.6" end diff --git a/publify_textfilter_code/publify_textfilter_code.gemspec b/publify_textfilter_code/publify_textfilter_code.gemspec index 3dfbde8eca..f2146a40a1 100644 --- a/publify_textfilter_code/publify_textfilter_code.gemspec +++ b/publify_textfilter_code/publify_textfilter_code.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |s| s.add_dependency "coderay", "~> 1.1.0" s.add_dependency "htmlentities", "~> 4.3" - s.add_dependency "publify_core", "~> 9.2.4" + s.add_dependency "publify_core", "~> 9.2.6" s.add_development_dependency "rspec-rails", "~> 4.0" s.add_development_dependency "simplecov", "~> 0.18.5"