Skip to content

Commit

Permalink
Merge pull request #49 from nhosoya/bump-1.0.0
Browse files Browse the repository at this point in the history
Bump to 1.0.0
  • Loading branch information
nhosoya authored Jun 26, 2020
2 parents 3aeeac6 + 19d35bf commit 6890dfe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
## [Unreleased]

## [1.0.0] - 2020-06-26

### Added

- [#26](https://github.com/nhosoya/omniauth-apple/pull/26) Support ID Token verification
- [#40](https://github.com/nhosoya/omniauth-apple/pull/40) Add rspec test cases
- [#42](https://github.com/nhosoya/omniauth-apple/pull/42) [#43](https://github.com/nhosoya/omniauth-apple/pull/43) Setup CI


### Fixed

- [#31](https://github.com/nhosoya/omniauth-apple/pull/31) Stop relying on ActiveSupport
- [#37](https://github.com/nhosoya/omniauth-apple/pull/37) Fix nonce validation
- [#41](https://github.com/nhosoya/omniauth-apple/pull/41) Fix where the RoR extension is used
- [#46](https://github.com/nhosoya/omniauth-apple/pull/46) Fix naming of Omniauth module to OmniAuth
- [#48](https://github.com/nhosoya/omniauth-apple/pull/48) Remove .rakeTasks


### Changed

- [#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'

## [0.0.3] - 2020-05-15

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 = "0.0.3"
VERSION = "1.0.0"
end
end

0 comments on commit 6890dfe

Please sign in to comment.