File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- omniauth-nitro-id (1.2.1 )
4
+ omniauth-nitro-id (1.3.0 )
5
5
omniauth-rails_csrf_protection (= 1.0.1 )
6
6
omniauth_openid_connect (~> 0.4.0 )
7
7
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ 1.2.1] - 2023-07-25
11
17
12
18
### Added
@@ -37,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
43
38
44
* Initial release
39
45
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
41
48
[ 1.2.1 ] : https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.2.1
42
49
[ 1.2.0 ] : https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.2.0
43
50
[ 1.1.1 ] : https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.1.1
Original file line number Diff line number Diff line change 2
2
3
3
module OmniAuth
4
4
module NitroId
5
- VERSION = "1.2.1 "
5
+ VERSION = "1.3.0 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments