From 4f48e98cb97b9916b6078a6977d11652b743df79 Mon Sep 17 00:00:00 2001 From: nov Date: Mon, 26 Sep 2022 15:29:18 +0900 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 14 +++++++++++++- lib/omniauth/apple/version.rb | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e918c..d6d90bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## [Unreleased] +## [1.1.0] - 2022-09-26 + +### Added + +- [#67](https://github.com/nhosoya/omniauth-apple/pull/67) Add email_verified and is_private_email + +### Fixed + +- [#74](https://github.com/nhosoya/omniauth-apple/pull/74) rspec failure - callback_path null pointer +- [#81](https://github.com/nhosoya/omniauth-apple/pull/81) Allow for omniauth 2.0 series +- [#88](https://github.com/nhosoya/omniauth-apple/pull/88) update github actions config + ## [1.0.2] - 2021-05-19 ### Fixed @@ -33,7 +45,7 @@ ### Changed -- [#27](https://github.com/nhosoya/omniauth-apple/pull/27) Update development dependency +- [#27](https://github.com/nhosoya/omniauth-apple/pull/27) Update development dependency - [#28](https://github.com/nhosoya/omniauth-apple/pull/28) Update README.md - [#38](https://github.com/nhosoya/omniauth-apple/pull/38) Refine AuthHash - [#39](https://github.com/nhosoya/omniauth-apple/pull/39) Set the default scope to 'email name' diff --git a/lib/omniauth/apple/version.rb b/lib/omniauth/apple/version.rb index 41905d3..d4d69b2 100644 --- a/lib/omniauth/apple/version.rb +++ b/lib/omniauth/apple/version.rb @@ -1,5 +1,5 @@ module OmniAuth module Apple - VERSION = "1.0.2" + VERSION = "1.1.0" end end