From 82c0bbbc4e1368901b171292c220690273460f4b Mon Sep 17 00:00:00 2001 From: Hugo Tunius Date: Thu, 5 Dec 2019 12:40:33 +0000 Subject: [PATCH] [Release] Version 3.8.0 --- CHANGELOG.md | 3 +++ SkyFloatingLabelTextField.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e899f1a..4b366ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Master ------ +v.3.8.0 +------ + * A new tag format for release has been introduced to be compatible with Swift Package Manager(SPM). The new format **does not** include the `v` prefix in tag names. This will be the case for all tags going forward, previous `v` prefix tags remain in place and new tags without the `v` prefix has been pushed for these commits too. * Added support for Swift Package Manager [#296](https://github.com/Skyscanner/SkyFloatingLabelTextField/pull/296). Thanks to [acecilia](https://github.com/acecilia). * Added support for Swift 5 [#290](https://github.com/Skyscanner/SkyFloatingLabelTextField/pull/290). Thanks to [jessemx109](https://github.com/jessemx109). diff --git a/SkyFloatingLabelTextField.podspec b/SkyFloatingLabelTextField.podspec index a98d042..0ed609d 100644 --- a/SkyFloatingLabelTextField.podspec +++ b/SkyFloatingLabelTextField.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SkyFloatingLabelTextField" - s.version = "3.7.0" + s.version = "3.8.0" s.summary = "A beautiful, flexible and customizable textfield that minimizes space when displaying additional context." s.homepage = "https://github.com/Skyscanner/SkyFloatingLabelTextField" s.license = { :type => "Apache 2.0", :file => "LICENSE" }