diff --git a/Changelog.md b/Changelog.md index c3e0d7ae7..d525cb167 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# v0.8.16 2018-08-03 + +* Support for rspec-3.x + # v0.8.15 2018-07-17 * Fix boot time issue diff --git a/lib/mutant/version.rb b/lib/mutant/version.rb index e3e5feb6e..151aee97f 100644 --- a/lib/mutant/version.rb +++ b/lib/mutant/version.rb @@ -1,4 +1,4 @@ module Mutant # Current mutant version - VERSION = '0.8.15'.freeze + VERSION = '0.8.16'.freeze end # Mutant