diff --git a/CHANGELOG.md b/CHANGELOG.md index b990838..9b7e4aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file. `FormValidatorSwift` adheres to [Semantic Versioning](http://semver.org/). #### 1.x Releases +- `1.1.x` Releases - [1.1.0](#110) - `1.0.x` Releases - [1.0.0](#100) --- -## Upcoming +## [1.1.0](https://github.com/ustwo/formvalidator-swift/releases/tag/v1.1.0) #### Added - Add postcode validation for Sweden and Turkey. diff --git a/FormValidatorSwift.podspec b/FormValidatorSwift.podspec index 0d12ea3..34a7a04 100644 --- a/FormValidatorSwift.podspec +++ b/FormValidatorSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FormValidatorSwift' - s.version = '1.0.0' + s.version = '1.1.0' s.license = { :type => "MIT", :file => "License.md" } s.summary = 'A framework to validate inputs of text fields and text views in a convenient way.' s.homepage = 'https://github.com/ustwo/formvalidator-swift' diff --git a/Sources/Info.plist b/Sources/Info.plist index 60b9c00..09bc972 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.0 + 1.1.0 CFBundleSignature ???? CFBundleVersion