From 273a1993324585e6f2d2ad7c9aa50e515a0efc4f Mon Sep 17 00:00:00 2001 From: Hugo Tunius <hugo.tunius@skyscanner.net> Date: Mon, 28 May 2018 17:06:25 +0100 Subject: [PATCH] [Release] Version 3.5.0 --- CHANGELOG.md | 9 ++++++--- SkyFloatingLabelTextField.podspec | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cde052..e536b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ Master ------ -* Marked `isLTRLanguage` with `@objc` so it can be set from Objective-C code [#200](https://github.com/Skyscanner/SkyFloatingLabelTextField/pull/200). -* Added support for different colors for line, title, text when error is set. +v3.5.0 +------ + +* Marked `isLTRLanguage` with `@objc` so it can be set from Objective-C code [#200](https://github.com/Skyscanner/SkyFloatingLabelTextField/pull/200). Thanks to [behdad-keynejad](https://github.com/behdad-keynejad) +* Added support for different colors for line, title, text when error is set [#208](https://github.com/Skyscanner/SkyFloatingLabelTextField/pull/208). Thanks to [InbarSletean](https://github.com/InbarSletean) -v.3.4.1 +v3.4.1 ------- * Use `localizedUppercase` for `titleFormatter` by default when available. Thanks to [canaksoy](https://github.com/canaksoy). diff --git a/SkyFloatingLabelTextField.podspec b/SkyFloatingLabelTextField.podspec index d1d5fa9..d034acf 100644 --- a/SkyFloatingLabelTextField.podspec +++ b/SkyFloatingLabelTextField.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SkyFloatingLabelTextField" - s.version = "3.4.1" + s.version = "3.5.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" }