From bfb2483728504d89e44e43b3bd306b520d8d54c2 Mon Sep 17 00:00:00 2001 From: Kyle Browning Date: Wed, 17 Aug 2016 13:49:27 -0700 Subject: [PATCH] Preparing for the 4.2.7 release --- CHANGELOG.md | 8 ++++++++ waterwheel.podspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e11e69b..1bc8d70 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.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). + +#### Changed +* Rename ViewExtension because it can be confused with a Drupal View + * Implemented by kylebrowning in [#140](https://github.com/acquia/waterwheel-swift/issues/140). + + ## [4.2.6](https://github.com/Acquia/waterwheel-swift/releases/tag/4.2.6) (08/16/2016) Released on Tuesday, August 16, 2016. All issues associated with this milestone can be found using this [filter](https://github.com/Acquia/waterwheel-swift/issues?q=milestone%3A4.2.6+is%3Aclosed). diff --git a/waterwheel.podspec b/waterwheel.podspec index ee57143..18a58ae 100644 --- a/waterwheel.podspec +++ b/waterwheel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "waterwheel" - s.version = "4.2.6" + s.version = "4.2.7" 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"}