From 99b5fad0bf272810e777280204fb341ae7f8400f Mon Sep 17 00:00:00 2001 From: Brian Yencho Date: Thu, 14 Nov 2019 16:16:17 -0600 Subject: [PATCH] Prepare for v1.2.1 release --- CHANGELOG.md | 8 +++++++- README.md | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df0bd9..df9f172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Change Log ========== +Version 1.2.1 *(2019-11-14)* +---------------------------- + + * Fixed bug preventing data from being properly cleared internally during configuration changes. + * Fixed bug resulting in non-launcher intents (such as deep links) sometimes unnecessarily clearing saved data. + Version 1.2.0 *(2019-05-30)* ---------------------------- @@ -35,4 +41,4 @@ Version 1.1.0 *(2017-08-16)* Version 1.0.0 *(2017-06-22)* ---------------------------- -Initial release. \ No newline at end of file +Initial release. diff --git a/README.md b/README.md index 4daa9c9..17a925b 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ repositories { } dependencies { - implementation 'com.github.livefront:bridge:v1.2.0' + implementation 'com.github.livefront:bridge:v1.2.1' } ``` @@ -171,4 +171,4 @@ Typically state saving and restoration may be tested by simply testing device ro distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License.