diff --git a/Changelog.md b/Changelog.md index 33fc88bc..090dc262 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,16 +1,9 @@ -# v0.6.0 2014-04-xx - -Changes: - -* Do strict 1:1 mutation-subject : test matching -* Add support for require highjack based zombification -* Mutant self hosting coverage targets on CI - # v0.5.11 2014-04-07 Changes: * Fix crash on while and until without body +* Better require highjack based zombifier # v0.5.10 2014-04-06 diff --git a/lib/mutant/version.rb b/lib/mutant/version.rb index 36fbd034..cf23beb8 100644 --- a/lib/mutant/version.rb +++ b/lib/mutant/version.rb @@ -2,5 +2,5 @@ module Mutant # The current mutant version - VERSION = '0.6.0'.freeze + VERSION = '0.5.10'.freeze end # Mutant