diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f89bfe..42e690a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [v2.6.0](https://github.com/auth0/react-native-auth0/tree/v2.6.0) (2020-08-11) + +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v2.5.0...v2.6.0) + +**Added** + +- Add compileOptions for JDK 8 [\#323](https://github.com/auth0/react-native-auth0/pull/323) ([immackay](https://github.com/immackay)) + +**Fixed** + +- Fix the www-authenticate header parsing logic [\#329](https://github.com/auth0/react-native-auth0/pull/329) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Security** + +- Bump lodash from 4.17.15 to 4.17.19 [\#320](https://github.com/auth0/react-native-auth0/pull/320) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v2.5.0](https://github.com/auth0/react-native-auth0/tree/v2.5.0) (2020-06-09) This release requires at minimum React Native SDK version 0.62.2. If you need to run it on a different version, check the Compatibility Matrix on the README for reference. diff --git a/docs/Auth.html b/docs/Auth.html index afd335a7..8f0b32e4 100644 --- a/docs/Auth.html +++ b/docs/Auth.html @@ -2068,7 +2068,7 @@
Returns:
diff --git a/docs/Auth0.html b/docs/Auth0.html index 6981e17a..c9d5b7cf 100644 --- a/docs/Auth0.html +++ b/docs/Auth0.html @@ -230,7 +230,7 @@

Classes

diff --git a/docs/Auth0.module.exports.html b/docs/Auth0.module.exports.html index 057fbbe2..1254a26e 100644 --- a/docs/Auth0.module.exports.html +++ b/docs/Auth0.module.exports.html @@ -295,7 +295,7 @@
Parameters:
diff --git a/docs/Users.html b/docs/Users.html index 3a2b8a08..41badbb5 100644 --- a/docs/Users.html +++ b/docs/Users.html @@ -463,7 +463,7 @@
Returns:
diff --git a/docs/WebAuth.html b/docs/WebAuth.html index ad3142d2..89245be9 100644 --- a/docs/WebAuth.html +++ b/docs/WebAuth.html @@ -631,7 +631,7 @@
Returns:
diff --git a/docs/global.html b/docs/global.html index 23ac7d2c..9acbf8ea 100644 --- a/docs/global.html +++ b/docs/global.html @@ -269,7 +269,7 @@
Returns:
diff --git a/docs/index.html b/docs/index.html index b7f871df..d3f004f6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -786,7 +786,7 @@

License

diff --git a/docs/index.js.html b/docs/index.js.html index 7f07f3a8..97911790 100644 --- a/docs/index.js.html +++ b/docs/index.js.html @@ -230,7 +230,7 @@

index.js

diff --git a/docs/src_auth_index.js.html b/docs/src_auth_index.js.html index e041feab..72b497bb 100644 --- a/docs/src_auth_index.js.html +++ b/docs/src_auth_index.js.html @@ -698,7 +698,7 @@

src/auth/index.js

diff --git a/docs/src_management_users.js.html b/docs/src_management_users.js.html index 88fa428b..f5931e73 100644 --- a/docs/src_management_users.js.html +++ b/docs/src_management_users.js.html @@ -298,7 +298,7 @@

src/management/users.js

diff --git a/docs/src_webauth_index.js.html b/docs/src_webauth_index.js.html index 482e3aef..cdb46713 100644 --- a/docs/src_webauth_index.js.html +++ b/docs/src_webauth_index.js.html @@ -334,7 +334,7 @@

src/webauth/index.js

diff --git a/package.json b/package.json index 67a55d85..1902cf3a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-auth0", "title": "React Native Auth0", - "version": "2.5.0", + "version": "2.6.0", "description": "React Native toolkit for Auth0 API", "main": "index.js", "scripts": { diff --git a/src/networking/telemetry.js b/src/networking/telemetry.js index 6fd289f9..e7b9a79c 100644 --- a/src/networking/telemetry.js +++ b/src/networking/telemetry.js @@ -1 +1 @@ -module.exports = {name: 'react-native-auth0', version: '2.5.0'}; +module.exports = {name: 'react-native-auth0', version: '2.6.0'};