Skip to content

Commit

Permalink
Prepare version 9.2.6 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jan 7, 2022
1 parent 088eed8 commit 451ce62
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions 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
Expand Down
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PublifyAmazonSidebar
VERSION = "9.2.5"
VERSION = "9.2.6"
end
2 changes: 1 addition & 1 deletion publify_amazon_sidebar/publify_amazon_sidebar.gemspec
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions 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:
Expand Down
2 changes: 1 addition & 1 deletion 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
4 changes: 4 additions & 0 deletions 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
Expand Down
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PublifyTextfilterCode
VERSION = "9.2.5"
VERSION = "9.2.6"
end
2 changes: 1 addition & 1 deletion publify_textfilter_code/publify_textfilter_code.gemspec
Expand Up @@ -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"
Expand Down

0 comments on commit 451ce62

Please sign in to comment.