From 31edf1ca4f9b2aca752d27e945477deec08253dd Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Mon, 19 Mar 2018 14:06:24 -0300 Subject: [PATCH] Release 1.12.2 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e124ef826..5e76c0a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.12.2](https://github.com/auth0/Auth0.Android/tree/1.12.2) (2018-03-19) +[Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.12.1...1.12.2) + +**Fixed** +- Disable HTTP 2 protocol on OkHttp client [\#152](https://github.com/auth0/Auth0.Android/pull/152) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [1.12.1](https://github.com/auth0/Auth0.Android/tree/1.12.1) (2018-02-01) [Full Changelog](https://github.com/auth0/Auth0.Android/compare/1.12.0...1.12.1) diff --git a/README.md b/README.md index 46179cdac..a89d776fa 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Auth0.android is available through [Gradle](https://gradle.org/). To install it, ```gradle dependencies { - compile 'com.auth0.android:auth0:1.12.1' + compile 'com.auth0.android:auth0:1.12.2' } ```