Skip to content

Commit b02f891

Browse files
Merge pull request #217 from solidusio/waiting-for-dev/bump_version_and_update_changelog
Bump version and update changelog
2 parents 731a664 + 1f89574 commit b02f891

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v2.5.4](https://github.com/solidusio/solidus_auth_devise/tree/v2.5.4) (2021-11-17)
4+
5+
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v2.5.3...v2.5.4)
6+
7+
**Fixed bugs:**
8+
9+
- Fix authentication bypass by CSRF weakness [GHSA-xm34-v85h-9pg2](https://github.com/solidusio/solidus_auth_devise/security/advisories/GHSA-xm34-v85h-9pg2)
310
## [v2.5.3](https://github.com/solidusio/solidus_auth_devise/tree/v2.5.3) (2021-01-29)
411

512
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v2.5.2...v2.5.3)

lib/spree/auth/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Spree
44
module Auth
5-
VERSION = '2.5.3'
5+
VERSION = '2.5.4'
66
end
77
end

0 commit comments

Comments
 (0)