diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f63b2..90cf32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.4] - 2021-07-27 ### Fixed - Ensure that `:current_revision` exists during rollback. ([@chubchenko][]) @@ -42,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial version. ([@chubchenko][]) [@chubchenko]: https://github.com/chubchenko -[Unreleased]: https://github.com/chubchenko/capistrano-slacky/compare/v0.1.3...HEAD +[Unreleased]: https://github.com/chubchenko/capistrano-slacky/compare/v0.1.4...HEAD +[0.1.4]: https://github.com/chubchenko/capistrano-slacky/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/chubchenko/capistrano-slacky/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/chubchenko/capistrano-slacky/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/chubchenko/capistrano-slacky/compare/v0.1.0...v0.1.1 diff --git a/lib/capistrano/slacky/version.rb b/lib/capistrano/slacky/version.rb index e3cd2be..21950b5 100644 --- a/lib/capistrano/slacky/version.rb +++ b/lib/capistrano/slacky/version.rb @@ -2,6 +2,6 @@ module Capistrano module Slacky - VERSION = "0.1.3" + VERSION = "0.1.4" end end