Browse Source

Update version

Evgenii Neumerzhitckii 1 year ago
parent
commit
75677d8be3
2 changed files with 7 additions and 3 deletions
  1. 4 0
      CHANGELOG.md
  2. 3 3
      README.md

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # KeychainSwift version history
 # KeychainSwift version history
 
 
+## 22.0.0 (2024-05-05)
+
+Added privacy manifest as a resource to CocoaPods Podspec file (https://github.com/evgenyneu/keychain-swift/pull/188).
+
 ## 21.0.0 (2024-01-20)
 ## 21.0.0 (2024-01-20)
 
 
 Added privacy manifest (Sources/PrivacyInfo.xcprivacy).
 Added privacy manifest (Sources/PrivacyInfo.xcprivacy).

+ 3 - 3
README.md

@@ -37,7 +37,7 @@ Simply add [KeychainSwiftDistrib.swift](https://github.com/evgenyneu/keychain-sw
 
 
 #### Setup with Carthage (iOS 8+)
 #### Setup with Carthage (iOS 8+)
 
 
-Alternatively, add `github "evgenyneu/keychain-swift" ~> 21.0` to your Cartfile and run `carthage update`.
+Alternatively, add `github "evgenyneu/keychain-swift" ~> 22.0` to your Cartfile and run `carthage update`.
 
 
 #### Setup with CocoaPods (iOS 8+)
 #### Setup with CocoaPods (iOS 8+)
 
 
@@ -46,7 +46,7 @@ If you are using CocoaPods add this text to your Podfile and run `pod install`.
 ```
 ```
 use_frameworks!
 use_frameworks!
 target 'Your target name'
 target 'Your target name'
-pod 'KeychainSwift', '~> 21.0'
+pod 'KeychainSwift', '~> 22.0'
 ```
 ```
 
 
 
 
@@ -60,7 +60,7 @@ pod 'KeychainSwift', '~> 21.0'
 If you're using KeychainSwift in a Swift package, make sure to specify a `name`. This is because SPM cannot automatically resolve a name for a package that has a different Target name in its `Package.swift` (namely `KeychainSwift`) that differs from the repo link (`keychain-swift`).
 If you're using KeychainSwift in a Swift package, make sure to specify a `name`. This is because SPM cannot automatically resolve a name for a package that has a different Target name in its `Package.swift` (namely `KeychainSwift`) that differs from the repo link (`keychain-swift`).
 
 
 ```
 ```
-.package(name: "KeychainSwift", url: "https://github.com/evgenyneu/keychain-swift.git", from: "21.0.0")
+.package(name: "KeychainSwift", url: "https://github.com/evgenyneu/keychain-swift.git", from: "22.0.0")
 ```
 ```
 
 
 ## Legacy Swift versions
 ## Legacy Swift versions