From 289619941101080b656161c4ba85de586918178a Mon Sep 17 00:00:00 2001 From: "J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)" Date: Tue, 28 Jan 2020 16:29:42 +0000 Subject: [PATCH] Created a new release --- Changelog.md | 7 +++++++ UINotifications.podspec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 29b2af6..7a7c73e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +### 1.2.0 + +- Update SwiftLint, update CI, update to Swift 5.0 ([#45](https://github.com/WeTransfer/UINotifications/pull/45)) via @AvdLee +- Make sure the window frame is correct for the traitcollection ([#44](https://github.com/WeTransfer/UINotifications/pull/44)) via @AvdLee +- Use of undeclared type 'UINotificationHeight' in Example project ([#41](https://github.com/WeTransfer/UINotifications/issues/41)) via @AvdLee +- Updated to Swift 5.0 ([#42](https://github.com/WeTransfer/UINotifications/pull/42)) via @AvdLee + ### 1.1 - File size of images in the repo are much smaller now. - Tapping an action now triggers a dismiss of the notification. This also fixes the issue where actions would be called multiple times. diff --git a/UINotifications.podspec b/UINotifications.podspec index f7ff9eb..985e1fa 100644 --- a/UINotifications.podspec +++ b/UINotifications.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'UINotifications' - spec.version = '1.1.0' + spec.version = '1.2.0' spec.summary = 'Present custom in-app notifications easily in Swift.' spec.description = 'Present custom in-app notifications easily in Swift with simple and highly customizable APIs.'