Skip to content

Commit

Permalink
Prepare version 9.2.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Mar 20, 2021
1 parent 7f5177b commit e287923
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

See the changelogs for the individual engines for more details for releases 9.0 and up

## 9.2.1 / 2021-03-20

This release updates dependencies due to security issues.

* Bump minimum Rails version to 5.2.4.5
* Update `activerecord-session_store` dependency to 2.0.0

## 9.2.0 / 2021-01-17

### Breaking changes
Expand Down
4 changes: 4 additions & 0 deletions publify_amazon_sidebar/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 9.2.1 / 2021-03-20

* No changes

## 9.2.0 / 2021-01-17

* Upgrade to Rails 5.2 (mvz)
Expand Down
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PublifyAmazonSidebar
VERSION = "9.2.0"
VERSION = "9.2.1"
end
4 changes: 4 additions & 0 deletions publify_core/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 9.2.1 / 2021-03-20

* No changes

## 9.2.0 / 2021-01-17

* Upgrade to Rails 5.2 (mvz)
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.0"
VERSION = "9.2.1"
end
4 changes: 4 additions & 0 deletions publify_textfilter_code/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 9.2.1 / 2021-03-20

* No changes

## 9.2.0 / 2021-01-17

* Upgrade to Rails 5.2 (mvz)
Expand Down
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PublifyTextfilterCode
VERSION = "9.2.0"
VERSION = "9.2.1"
end

0 comments on commit e287923

Please sign in to comment.