Skip to content

Commit

Permalink
Release 1.1.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenagreer authored Dec 14, 2022
1 parent 0870e66 commit 3106b6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2022-12-14

### Added

* Add support for `id_token_hint`. PR [#8](https://github.com/powerhome/omniauth-nitro-id/pull/8)

## [1.0.0] - 2022-12-05

### Added

* Initial release

[Unreleased]: https://github.com/powerhome/omniauth-nitro-id/compare/v1.0.0...HEAD
[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.0.0"
VERSION = "1.1.0"
end
end

0 comments on commit 3106b6f

Please sign in to comment.