diff --git a/Changelog.md b/Changelog.md index 8517fd47..c01b9651 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# v0.7.5 2015-01-14 + +* Bump deps to support MRI 2.2. + # v0.7.4 2014-12-22 * Fix rspec example visibility on duplicate metadata examples [#279](https://github.com/mbj/mutant/issues/279). diff --git a/lib/mutant/version.rb b/lib/mutant/version.rb index b910daaf..4884b46f 100644 --- a/lib/mutant/version.rb +++ b/lib/mutant/version.rb @@ -1,4 +1,4 @@ module Mutant # The current mutant version - VERSION = '0.7.4'.freeze + VERSION = '0.7.5'.freeze end # Mutant