diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a7f6c..178cf32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,17 @@ ## master (unreleased) +## 0.48.1.3 (2017-05-15) + +### New Features + +- [#10](https://github.com/pocke/mry/pull/10): Support downgrading RuboCop version. ([@pocke][]) + ## 0.48.1.2 (2017-05-5) ### Bug fixes -- [#7](https://github.com/pocke/mry/issues/7): Prevent mry command from breaking without `--target` option ([@pocke][]) +- [#7](https://github.com/pocke/mry/issues/7): Prevent mry command from breaking without `--target` option. ([@pocke][]) diff --git a/lib/mry/version.rb b/lib/mry/version.rb index 9d56dea..3235187 100644 --- a/lib/mry/version.rb +++ b/lib/mry/version.rb @@ -1,3 +1,3 @@ module Mry - VERSION = "0.48.1.2" + VERSION = "0.48.1.3" end