diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d48789d..0d6d5bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v5.1.2](https://github.com/auth0/ruby-auth0/tree/v5.1.2) (2021-07-15) + +[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.1.1..v5.1.2) + +**Security** + +- Bump addressable version per CVE-2021-32740 [\#276](https://github.com/auth0/ruby-auth0/pull/276) ([lostapathy](https://github.com/lostapathy)) + ## [v5.1.1](https://github.com/auth0/ruby-auth0/tree/v5.1.1) (2021-04-14) [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.1.0..v5.1.1) diff --git a/lib/auth0/version.rb b/lib/auth0/version.rb index ab326101..e9e24786 100644 --- a/lib/auth0/version.rb +++ b/lib/auth0/version.rb @@ -1,4 +1,4 @@ # current version of gem module Auth0 - VERSION = '5.1.1'.freeze + VERSION = '5.1.2'.freeze end