diff --git a/Changelog.md b/Changelog.md index 8619a88..839e3d2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ ## Changelog ### Next + +### 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. - Chevron image is now having a max size of 20x20. @@ -13,7 +15,8 @@ - Support for showing an image. - Support for showing a subtitle. - Support for iPhone X +- Update to Swift 4.2 -### 1.0 (2017-07-14) +### 1.0 - First public release! 🎉 \ No newline at end of file diff --git a/UINotifications.podspec b/UINotifications.podspec index fea5dd0..e9e2c88 100644 --- a/UINotifications.podspec +++ b/UINotifications.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'UINotifications' - spec.version = '1.0.0' + spec.version = '1.1.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.'