Skip to content

Commit

Permalink
Created a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) committed Jan 28, 2020
1 parent a73bcc5 commit 2896199
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion UINotifications.podspec
Original file line number Diff line number Diff line change
@@ -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.'

Expand Down

0 comments on commit 2896199

Please sign in to comment.