Browse Source

Bump 0.6.6. Update CHANGELOG.

Marcin Krzyżanowski 8 years ago
parent
commit
8007a4fb4d
3 changed files with 6 additions and 2 deletions
  1. 4 0
      CHANGELOG
  2. 1 1
      CryptoSwift.podspec
  3. 1 1
      Sources/CryptoSwift/Info.plist

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+0.6.6
+- Rework ChaCha20
+- Fix Poly1305
+
 0.6.5
 - Significant performance improvement when processing lange amount of data.
 - Degeneric functions and change Sequence -> Collection in generic constraints.

+ 1 - 1
CryptoSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "0.6.5"
+  s.version      = "0.6.6"
   s.summary      = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES."
   s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, PBKDF1, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
   s.homepage     = "https://github.com/krzyzanowskim/CryptoSwift"

+ 1 - 1
Sources/CryptoSwift/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.6.5</string>
+	<string>0.6.6</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>