From 37ebf00c62b6434aac2b2a7f492e081d57cb2719 Mon Sep 17 00:00:00 2001 From: David Patrick Date: Thu, 21 Jan 2021 12:21:04 -0800 Subject: [PATCH] Release 2.5.0 (#122) * Bump omniauth-auth0 to 2.5.0 * Update README.md --- CHANGELOG.md | 14 ++++++++++++++ README.md | 3 ++- lib/omniauth-auth0/version.rb | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c16c6f3..bc9447c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [v2.5.0](https://github.com/auth0/omniauth-auth0/tree/v2.5.0) (2021-01-21) + +[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.4.2...v2.5.0) + +**Added** +- Parsing claims from the id_token [\#120](https://github.com/auth0/omniauth-auth0/pull/120) ([davidpatrick](https://github.com/davidpatrick)) + +**Changed** +- Setup build matrix in CI [\#116](https://github.com/auth0/omniauth-auth0/pull/116) ([dmathieu](https://github.com/dmathieu)) + +**Fixed** +- Fixes params passed to authorize [\#119](https://github.com/auth0/omniauth-auth0/pull/119) ([davidpatrick](https://github.com/davidpatrick)) + + ## [v2.4.2](https://github.com/auth0/omniauth-auth0/tree/v2.4.2) (2021-01-19) [Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.4.1...v2.4.2) diff --git a/README.md b/README.md index b37b156..ab2daeb 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ An [OmniAuth](https://github.com/intridea/omniauth) strategy for authenticating - [Ruby on Rails Quickstart](https://auth0.com/docs/quickstart/webapp/rails) - [Sample projects](https://github.com/auth0-samples/auth0-rubyonrails-sample) +- [API Reference](https://www.rubydoc.info/gems/omniauth-auth0) ## Installation @@ -169,4 +170,4 @@ Auth0 helps you to easily: The OmniAuth Auth0 strategy is licensed under MIT - [LICENSE](LICENSE) -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fauth0%2Fomniauth-auth0.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fauth0%2Fomniauth-auth0?ref=badge_large) \ No newline at end of file +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fauth0%2Fomniauth-auth0.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fauth0%2Fomniauth-auth0?ref=badge_large) diff --git a/lib/omniauth-auth0/version.rb b/lib/omniauth-auth0/version.rb index 6c6aa60..74d9436 100644 --- a/lib/omniauth-auth0/version.rb +++ b/lib/omniauth-auth0/version.rb @@ -1,5 +1,5 @@ module OmniAuth module Auth0 - VERSION = '2.4.2'.freeze + VERSION = '2.5.0'.freeze end end