diff --git a/CHANGELOG.md b/CHANGELOG.md index 3863ec1..d77878d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. starting with version 4.2.5 --- +## [4.3.1](https://github.com/Acquia/waterwheel-swift/releases/tag/4.3.1) (09/30/2016) +Released on Friday, September 30, 2016. All issues associated with this milestone can be found using this [filter](https://github.com/Acquia/waterwheel-swift/issues?q=milestone%3A4.3.1+is%3Aclosed). + +#### Updated +* Update Carthage to use regular SwiftyJSON + * Implemented by kylebrowning in [#148](https://github.com/acquia/waterwheel-swift/issues/148). + + ## [4.3.0](https://github.com/Acquia/waterwheel-swift/releases/tag/4.3.0) (09/27/2016) Released on Tuesday, September 27, 2016. All issues associated with this milestone can be found using this [filter](https://github.com/Acquia/waterwheel-swift/issues?q=milestone%3A4.3.0+is%3Aclosed). diff --git a/waterwheel.podspec b/waterwheel.podspec index 2bbb1a2..dee2c02 100644 --- a/waterwheel.podspec +++ b/waterwheel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "waterwheel" - s.version = "4.3.0" + s.version = "4.3.1" s.summary = "A framework for communicating to Drupal via iOS, macOS, watchOS, or tvOS." s.homepage = "https://github.com/acquia/waterwheel-swift" s.author = { "Kyle Browning" => "kylebrowning@me.com"}