diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76551d0..07f4b1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]
+## [1.5.1] - 2017-06-08
+
+### Changed
+
+- UIBarButtonItem extensions (Fixes onTap animation)
+
## [1.5] - 2017-06-07
### Added
@@ -60,7 +66,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Initial Version of SwiftIcons
- Support for Cocoapods
-[Unreleased]: https://github.com/ranesr/SwiftIcons/compare/1.5...master
+[Unreleased]: https://github.com/ranesr/SwiftIcons/compare/1.5.1...master
+[1.5.1]: https://github.com/ranesr/SwiftIcons/compare/1.5...1.5.1
[1.5]: https://github.com/ranesr/SwiftIcons/compare/1.4.1...1.5
[1.4.1]: https://github.com/ranesr/SwiftIcons/compare/1.4...1.4.1
[1.4]: https://github.com/ranesr/SwiftIcons/compare/1.3...1.4
diff --git a/README.md b/README.md
index 0a157cd..e12dca8 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ Add the following lines to your `Podfile`:
```ruby
target 'YourProject' do
use_frameworks!
- pod 'SwiftIcons', '~> 1.5'
+ pod 'SwiftIcons', '~> 1.5.1'
end
```
diff --git a/SwiftIcons.podspec b/SwiftIcons.podspec
index 70b5b12..d782740 100644
--- a/SwiftIcons.podspec
+++ b/SwiftIcons.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftIcons'
- s.version = '1.5'
+ s.version = '1.5.1'
s.summary = 'SwiftIcons - A library for using different font icons'
s.description = 'SwiftIcons library helps you use icons from any of these font icons - Dripicons, Emoji, FontAwesome, Icofont, Ionicons, Linearicons, Map-icons, Material icons, Open iconic, State face icons, Weather icons'
diff --git a/SwiftIcons/Base.lproj/Main.storyboard b/SwiftIcons/Base.lproj/Main.storyboard
index 67bfb2b..91eb362 100644
--- a/SwiftIcons/Base.lproj/Main.storyboard
+++ b/SwiftIcons/Base.lproj/Main.storyboard
@@ -48,7 +48,7 @@
-