Skip to content

Commit

Permalink
Preparing for the 4.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrowning committed Sep 30, 2016
1 parent 5136d60 commit 09da742
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion 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"}
Expand Down

0 comments on commit 09da742

Please sign in to comment.