diff --git a/CHANGELOG.md b/CHANGELOG.md index 605245c..808f58a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [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) + + +**Changed** +- Fix bug with TOTP to enable builds with Xcode 15.2+ + + ## [1.4.0](https://github.com/auth0/Guardian.swift/tree/1.4.0) (2024-04-29) [Full Changelog](https://github.com/auth0/Guardian.swift/compare/1.3.0...1.4.0) diff --git a/Guardian/Info.plist b/Guardian/Info.plist index 8bce5c7..07b3f7e 100644 --- a/Guardian/Info.plist +++ b/Guardian/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.4.0 + 1.4.1 CFBundleSignature ???? CFBundleVersion diff --git a/GuardianApp/Info.plist b/GuardianApp/Info.plist index c4c6c36..22e880c 100644 --- a/GuardianApp/Info.plist +++ b/GuardianApp/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.4.0 + 1.4.1 CFBundleSignature ???? CFBundleVersion diff --git a/GuardianTests/Info.plist b/GuardianTests/Info.plist index c48e13f..b01e690 100644 --- a/GuardianTests/Info.plist +++ b/GuardianTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.4.0 + 1.4.1 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 28b8f6e..3164575 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.0' +pod 'Guardian', '~> 1.4.1' ``` #### Carthage @@ -44,7 +44,7 @@ pod 'Guardian', '~> 1.4.0' In your Cartfile add this line ``` -github "auth0/Guardian.swift" ~> 1.4.0 +github "auth0/Guardian.swift" ~> 1.4.1 ``` ## Usage