Skip to content

Commit

Permalink
Release 1.2.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenagreer authored Jul 24, 2023
1 parent 26246d7 commit bef7e46
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
omniauth-nitro-id (1.1.1)
omniauth-nitro-id (1.2.0)
faraday (= 2.7.10)
jwt (= 2.7.0)
omniauth-rails_csrf_protection (= 1.0.1)
Expand Down Expand Up @@ -258,4 +258,4 @@ DEPENDENCIES
rubocop-powerhome (>= 0.4.1)

BUNDLED WITH
2.4.10
2.4.17
9 changes: 8 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2023-07-24

### Added

* Add `decode_logout_token` method. PR [#13](https://github.com/powerhome/omniauth-nitro-id/pull/13)

## [1.1.1] - 2023-03-06

### Added
Expand All @@ -25,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Initial release

[Unreleased]: https://github.com/powerhome/omniauth-nitro-id/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/powerhome/omniauth-nitro-id/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.2.0
[1.1.1]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.1.1
[1.1.0]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.1.0
[1.0.0]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion lib/omniauth/nitro_id/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAuth
module NitroId
VERSION = "1.1.1"
VERSION = "1.2.0"
end
end

0 comments on commit bef7e46

Please sign in to comment.