diff --git a/CHANGELOG.md b/CHANGELOG.md index 808f58a..57eecf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.4.2](https://github.com/auth0/Guardian.swift/tree/1.4.1) (2024-05-29) +[Full Changelog](https://github.com/auth0/Guardian.swift/compare/1.4.1...1.4.2) + +**Changed** +- Fix bug with the privacy manifest + + ## [1.4.1](https://github.com/auth0/Guardian.swift/tree/1.4.1) (2024-05-22) [Full Changelog](https://github.com/auth0/Guardian.swift/compare/1.4.0...1.4.1) diff --git a/Guardian/Info.plist b/Guardian/Info.plist index 07b3f7e..222de54 100644 --- a/Guardian/Info.plist +++ b/Guardian/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.4.1 + 1.4.2 CFBundleSignature ???? CFBundleVersion diff --git a/GuardianApp/Info.plist b/GuardianApp/Info.plist index 22e880c..660c851 100644 --- a/GuardianApp/Info.plist +++ b/GuardianApp/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.4.1 + 1.4.2 CFBundleSignature ???? CFBundleVersion diff --git a/GuardianTests/Info.plist b/GuardianTests/Info.plist index b01e690..0ee9a76 100644 --- a/GuardianTests/Info.plist +++ b/GuardianTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.4.1 + 1.4.2 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 3164575..72090b3 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Guardian.swift is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby -pod 'Guardian', '~> 1.4.1' +pod 'Guardian', '~> 1.4.2' ``` #### Carthage @@ -44,7 +44,7 @@ pod 'Guardian', '~> 1.4.1' In your Cartfile add this line ``` -github "auth0/Guardian.swift" ~> 1.4.1 +github "auth0/Guardian.swift" ~> 1.4.2 ``` ## Usage