Browse Source

Bump 0.14.0

Marcin Krzyzanowski 6 years ago
parent
commit
8b3435bd32
2 changed files with 4 additions and 1 deletions
  1. 3 0
      CHANGELOG
  2. 1 1
      CryptoSwift.podspec

+ 3 - 0
CHANGELOG

@@ -1,3 +1,6 @@
+0.14.0
+- Fixed decryption of AES-GCM ciphertexts with custom tag length
+
 0.13.1
 - Adds AES-GCM tag length configuration.
 - Fixes count check for initializing UInt64 from Data.

+ 1 - 1
CryptoSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "0.13.1"
+  s.version      = "0.14.0"
   s.source       = { :git => "https://github.com/krzyzanowskim/CryptoSwift.git", :tag => "#{s.version}" }
   s.summary      = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, HDKF, ChaCha20, Rabbit, Blowfish, AES."
   s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA-1, SHA-2, SHA-3, MD5, PBKDF1, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES"