diff --git a/CHANGELOG.md b/CHANGELOG.md index 598cb50..8d38f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [1.3.0 - ?? ??, 2022](https://github.com/Figure53/F53OSC/releases/tag/1.3.0) +## [1.3.0 - August 30, 2022](https://github.com/Figure53/F53OSC/releases/tag/1.3.0) ### F53OSCEncrypt - Adds the ability to transmit OSC messages using encryption. (NOTE: this is F53OSC-specific, not based on the OSC spec.) The core of the encryption is written in Swift using CryptoKit, including P521 public/private keys, HKDF derived symmetric keys, and ChaChaPoly symmetric encryption. diff --git a/F53OSC.podspec b/F53OSC.podspec index 4a66bc8..004696d 100644 --- a/F53OSC.podspec +++ b/F53OSC.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'F53OSC' - s.version = '1.2.0' + s.version = '1.3.0' s.summary = 'A nice open source OSC library for Objective-C.' s.description = <<-DESC