diff --git a/.changeset/sixty-insects-know.md b/.changeset/sixty-insects-know.md deleted file mode 100644 index 930ddde1..00000000 --- a/.changeset/sixty-insects-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': minor ---- - -Updated the minimum version of AppAuth-iOS to 1.7.3 to meet the package's requirement, which includes the necessary privacy manifest. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da4b9c2..3b863bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-native-app-auth +## 7.2.0 + +### Minor Changes + +- Updated the minimum version of AppAuth-iOS to 1.7.3 to meet the package's requirement, which includes the necessary privacy manifest. ([#971](https://github.com/FormidableLabs/react-native-app-auth/pull/971)) + ## 7.1.3 ### Patch Changes diff --git a/package.json b/package.json index 5f1d99b5..35c1065d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-app-auth", - "version": "7.1.3", + "version": "7.2.0", "description": "React Native bridge for AppAuth for supporting any OAuth 2 provider", "main": "index.js", "types": "index.d.ts",