File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed 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.1.1] - 2023-03-06
11
+
12
+ ### Added
13
+
14
+ * Add ` omniauth-rails_csrf_protection ` dependency. PR [ #12 ] ( https://github.com/powerhome/omniauth-nitro-id/pull/12 )
15
+
10
16
## [ 1.1.0] - 2022-12-14
11
17
12
18
### Added
@@ -19,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
25
20
26
* Initial release
21
27
22
- [ Unreleased ] : https://github.com/powerhome/omniauth-nitro-id/compare/v1.0.0...HEAD
28
+ [ Unreleased ] : https://github.com/powerhome/omniauth-nitro-id/compare/v1.1.1...HEAD
29
+ [ 1.1.1 ] : https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.1.1
23
30
[ 1.1.0 ] : https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.1.0
24
31
[ 1.0.0 ] : https://github.com/powerhome/omniauth-nitro-id/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 2
2
3
3
module OmniAuth
4
4
module NitroId
5
- VERSION = "1.1.0 "
5
+ VERSION = "1.1.1 "
6
6
end
7
7
end
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
18
18
spec . require_paths = [ "lib" ]
19
19
20
20
spec . add_dependency "omniauth_openid_connect" , "~> 0.4.0"
21
+ spec . add_dependency "omniauth-rails_csrf_protection" , "1.0.1"
21
22
22
23
spec . add_development_dependency "bundler"
23
24
spec . add_development_dependency "guard-rspec"
You can’t perform that action at this time.
0 commit comments