diff --git a/Changelog.md b/Changelog.md index 8e51eb32..05cf8868 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +# 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.10 2014-04-06 Changes: diff --git a/lib/mutant/version.rb b/lib/mutant/version.rb index cf23beb8..36fbd034 100644 --- a/lib/mutant/version.rb +++ b/lib/mutant/version.rb @@ -2,5 +2,5 @@ module Mutant # The current mutant version - VERSION = '0.5.10'.freeze + VERSION = '0.6.0'.freeze end # Mutant