Prepare version 0.8.6

This commit is contained in:
Markus Schirp 2015-10-27 20:46:31 +00:00
parent fc3c73f0d9
commit 68b1ec1376
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Unreleased
# v0.8.6. 2015-10-27
* Add mutation from `Date.parse` to more strict parsing methods #448
* Add mutation from `foo.to_i` to `Integer(foo)` #455

View file

@ -1,4 +1,4 @@
module Mutant
# Current mutant version
VERSION = '0.8.5'.freeze
VERSION = '0.8.6'.freeze
end # Mutant