From 58094a925c67415aa5f5bebc2fc62494145b9a45 Mon Sep 17 00:00:00 2001 From: Brian Yencho Date: Thu, 17 Aug 2017 08:33:45 -0500 Subject: [PATCH] Prepare for v1.1.1 release --- CHANGELOG.md | 7 ++++++- README.md | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a33810..70d6806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ Change Log ========== -Version 1.1.0 *(2017-08-04)* +Version 1.1.1 *(2017-08-17)* +---------------------------- + + * Fixed `clear` behavior for a removed `Fragment` in the backstack. + +Version 1.1.0 *(2017-08-16)* ---------------------------- * Added support for saving Bitmaps. diff --git a/README.md b/README.md index a9c88bf..d1a8849 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A library for avoiding TransactionTooLargeException during state saving and rest * [Limitations](#limitations) * [Testing](#testing) * [License](#license) +* [Javadoc](https://jitpack.io/com/github/livefront/bridge/v1.1.1/javadoc/index.html) ## Motivation @@ -90,7 +91,7 @@ repositories { } dependencies { - compile 'com.github.livefront:bridge:v1.1.0' + compile 'com.github.livefront:bridge:v1.1.1' } ```