Skip to content

Commit 4f48e98

Browse files
committed
v1.1.0
1 parent 05a3586 commit 4f48e98

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## [Unreleased]
22

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+
315
## [1.0.2] - 2021-05-19
416

517
### Fixed
@@ -33,7 +45,7 @@
3345

3446
### Changed
3547

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
3749
- [#28](https://github.com/nhosoya/omniauth-apple/pull/28) Update README.md
3850
- [#38](https://github.com/nhosoya/omniauth-apple/pull/38) Refine AuthHash
3951
- [#39](https://github.com/nhosoya/omniauth-apple/pull/39) Set the default scope to 'email name'

lib/omniauth/apple/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module Apple
3-
VERSION = "1.0.2"
3+
VERSION = "1.1.0"
44
end
55
end

0 commit comments

Comments
 (0)