From 9cf82e96a4b578f1561d521ff522ade7e2976e98 Mon Sep 17 00:00:00 2001 From: chubchenko Date: Mon, 9 May 2022 14:58:35 +0300 Subject: [PATCH] Bump version to 0.2.2 --- CHANGELOG.md | 5 ++++- lib/capistrano/slacky/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7413024..59f58c4 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.2.2] - 2022-05-09 ### Fixed - Add a reverse order for a `git log ...`. ([@chubchenko][]) @@ -59,7 +61,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.2.1...HEAD +[Unreleased]: https://github.com/chubchenko/capistrano-slacky/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/chubchenko/capistrano-slacky/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/chubchenko/capistrano-slacky/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/chubchenko/capistrano-slacky/compare/v0.1.5...v0.2.0 [0.1.5]: https://github.com/chubchenko/capistrano-slacky/compare/v0.1.4...v0.1.5 diff --git a/lib/capistrano/slacky/version.rb b/lib/capistrano/slacky/version.rb index ec66269..ad2a20c 100644 --- a/lib/capistrano/slacky/version.rb +++ b/lib/capistrano/slacky/version.rb @@ -2,6 +2,6 @@ module Capistrano module Slacky - VERSION = "0.2.1" + VERSION = "0.2.2" end end