Skip to content

Commit

Permalink
feat: 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuindt committed May 10, 2023
1 parent ce21d1c commit 20d9204
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.5.2] - 2023-03-16

### Fixed
- [CWE-472](https://github.com/fschuindt/firebase_id_token/pull/41).

## [2.5.1] - 2022-08-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem install firebase_id_token

or in your Gemfile
```
gem 'firebase_id_token', '~> 2.5.1'
gem 'firebase_id_token', '~> 2.5.2'
```
then
```
Expand Down
2 changes: 1 addition & 1 deletion lib/firebase_id_token/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FirebaseIdToken
VERSION = '2.5.1'
VERSION = '2.5.2'
end

0 comments on commit 20d9204

Please sign in to comment.