From 6989b34d21a209b0ca7fb321552f92f30dca728b Mon Sep 17 00:00:00 2001 From: Brandon Hines Date: Tue, 5 Nov 2019 15:56:35 -0600 Subject: [PATCH] updated version and changelog for 1.7.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5e09b..cb54f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.7.0] - 2019-11-5 +### Changed +- Removed dependency on android app compat library for compatibility with androidx +- Used new access control policy for ios keystore + ## [1.6.1] - 2019-8-12 ### Changed - Fixed reported security issues from npm in dev dependencies @@ -91,3 +96,4 @@ All notable changes to this project will be documented in this file. [1.5.2]: https://github.com/SelfLender/react-native-biometrics/compare/1.5.1...1.5.2 [1.6.0]: https://github.com/SelfLender/react-native-biometrics/compare/1.5.2...1.6.0 [1.6.1]: https://github.com/SelfLender/react-native-biometrics/compare/1.6.0...1.6.1 +[1.7.0]: https://github.com/SelfLender/react-native-biometrics/compare/1.6.1...1.7.0 diff --git a/package-lock.json b/package-lock.json index ce59403..88d33da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-biometrics", - "version": "1.6.1", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 895c74d..9b13be8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-biometrics", - "version": "1.6.1", + "version": "1.7.0", "summary": "A React Native library for biometrics", "description": "React Native biometric functionality for signing and encryption", "main": "lib/index.js",