Skip to content

Commit

Permalink
Preparing for the 4.2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrowning committed Aug 26, 2016
1 parent 9b8fbf6 commit 4daa61c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. starting with version 4.2.5
---

## [4.2.8](https://github.com/Acquia/waterwheel-swift/releases/tag/4.2.8) (08/26/2016)
Released on Friday, August 26, 2016. All issues associated with this milestone can be found using this [filter](https://github.com/Acquia/waterwheel-swift/issues?q=milestone%3A4.2.8+is%3Aclosed).

#### Added
* Provide ViewsTableViewController
* Implemented by kylebrowning in [#141](https://github.com/acquia/waterwheel-swift/issues/141).

#### Fixed
* waterwheelLoginViewController has no cancel button/action
* Implemented by kylebrowning in [#143](https://github.com/acquia/waterwheel-swift/issues/143).


## [4.2.7](https://github.com/Acquia/waterwheel-swift/releases/tag/4.2.7) (08/17/2016)
Released on Wednesday, August 17, 2016. All issues associated with this milestone can be found using this [filter](https://github.com/Acquia/waterwheel-swift/issues?q=milestone%3A4.2.7+is%3Aclosed).

Expand Down
2 changes: 1 addition & 1 deletion waterwheel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "waterwheel"
s.version = "4.2.7"
s.version = "4.2.8"
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" => "[email protected]"}
Expand Down

0 comments on commit 4daa61c

Please sign in to comment.