File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 1.1.0] - 2022-09-26
4
+
5
+ ### Added
6
+
7
+ - [ #67 ] ( https://github.com/nhosoya/omniauth-apple/pull/67 ) Add email_verified and is_private_email
8
+
9
+ ### Fixed
10
+
11
+ - [ #74 ] ( https://github.com/nhosoya/omniauth-apple/pull/74 ) rspec failure - callback_path null pointer
12
+ - [ #81 ] ( https://github.com/nhosoya/omniauth-apple/pull/81 ) Allow for omniauth 2.0 series
13
+ - [ #88 ] ( https://github.com/nhosoya/omniauth-apple/pull/88 ) update github actions config
14
+
3
15
## [ 1.0.2] - 2021-05-19
4
16
5
17
### Fixed
33
45
34
46
### Changed
35
47
36
- - [ #27 ] ( https://github.com/nhosoya/omniauth-apple/pull/27 ) Update development dependency
48
+ - [ #27 ] ( https://github.com/nhosoya/omniauth-apple/pull/27 ) Update development dependency
37
49
- [ #28 ] ( https://github.com/nhosoya/omniauth-apple/pull/28 ) Update README.md
38
50
- [ #38 ] ( https://github.com/nhosoya/omniauth-apple/pull/38 ) Refine AuthHash
39
51
- [ #39 ] ( https://github.com/nhosoya/omniauth-apple/pull/39 ) Set the default scope to 'email name'
Original file line number Diff line number Diff line change 1
1
module OmniAuth
2
2
module Apple
3
- VERSION = "1.0.2 "
3
+ VERSION = "1.1.0 "
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments