diff --git a/CHANGELOG.md b/CHANGELOG.md index a30ef92..65f8da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.2](https://github.com/imgix/imgix-swift/compare/1.1.1...1.1.2) (2020-06-17) + +* fix: percent-encode any invalid characters in URL path ([adb8694](https://github.com/imgix/imgix-swift/commit/adb8694a004bde19561cfd15acc2d8880fb4c838)) + ## [1.1.1](https://github.com/imgix/imgix-swift/compare/1.1.0...1.1.1) (2020-03-12) * fix: remove residual objc interface header ([#24](https://github.com/imgix/imgix-swift/pull/24)) diff --git a/ImgixSwift.podspec b/ImgixSwift.podspec index df1ce46..1454f60 100644 --- a/ImgixSwift.podspec +++ b/ImgixSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ImgixSwift" - s.version = "1.1.1" + s.version = "1.1.2" s.summary = "The official imgix Swift client. Written in Swift, but plays nice with Objective-C codebases, too! 👌" s.license = { :type => 'BSD 2-Clause', :file => 'LICENSE.md' } diff --git a/Sources/ImgixSwift/ImgixClient.swift b/Sources/ImgixSwift/ImgixClient.swift index d374e7b..6a9934a 100644 --- a/Sources/ImgixSwift/ImgixClient.swift +++ b/Sources/ImgixSwift/ImgixClient.swift @@ -6,7 +6,7 @@ import Foundation @objc open class ImgixClient: NSObject { - @objc static public let VERSION = "1.1.1" + @objc static public let VERSION = "1.1.2" @objc public let host: String @objc open var useHttps: Bool = true diff --git a/Sources/ImgixSwift/Info.plist b/Sources/ImgixSwift/Info.plist index c6f194e..3034b22 100644 --- a/Sources/ImgixSwift/Info.plist +++ b/Sources/ImgixSwift/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.1 + 1.1.2 CFBundleSignature ???? CFBundleVersion