Skip to content

Commit bfdb87e

Browse files
Release 1.3.0 (#23)
1 parent 5f78242 commit bfdb87e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
omniauth-nitro-id (1.2.1)
4+
omniauth-nitro-id (1.3.0)
55
omniauth-rails_csrf_protection (= 1.0.1)
66
omniauth_openid_connect (~> 0.4.0)
77

docs/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.0] - 2023-08-22
11+
12+
### Added
13+
14+
* Add `introspect_token` method. PR [#22](https://github.com/powerhome/omniauth-nitro-id/pull/22)
15+
1016
## [1.2.1] - 2023-07-25
1117

1218
### Added
@@ -37,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3743

3844
* Initial release
3945

40-
[Unreleased]: https://github.com/powerhome/omniauth-nitro-id/compare/v1.2.1...HEAD
46+
[Unreleased]: https://github.com/powerhome/omniauth-nitro-id/compare/v1.3.0...HEAD
47+
[1.3.0]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.3.0
4148
[1.2.1]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.2.1
4249
[1.2.0]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.2.0
4350
[1.1.1]: https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.1.1

lib/omniauth/nitro_id/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OmniAuth
44
module NitroId
5-
VERSION = "1.2.1"
5+
VERSION = "1.3.0"
66
end
77
end

0 commit comments

Comments
 (0)