Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Sep 26, 2022
1 parent 05a3586 commit 4f48e98
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/apple/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module Apple
VERSION = "1.0.2"
VERSION = "1.1.0"
end
end

0 comments on commit 4f48e98

Please sign in to comment.