diff --git a/Changelog.md b/Changelog.md index 9e4033d1..a2f80fba 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# v0.5.3 2014-03-05 + +Changes: + +* mutant-rspec now supports rspec3 beta + # v0.5.2 2014-03-04 Changes: diff --git a/lib/mutant/version.rb b/lib/mutant/version.rb index 4dc0705c..17111b4e 100644 --- a/lib/mutant/version.rb +++ b/lib/mutant/version.rb @@ -2,5 +2,5 @@ module Mutant # The current mutant version - VERSION = '0.5.2'.freeze + VERSION = '0.5.3'.freeze end # Mutant