diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c45a69..f1c2fcfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 0.8.1 (2018-06-27) + +- Unicode generator no longer generates noncharacters '\65534' and '\65535' ([#163][163], [@jwChung][jwChung]) + ## Version 0.8.0 (2018-06-04) - Verify that Seed.from 'fixes' the γ-value ([#161][161], [@moodmosaic][moodmosaic]) @@ -64,6 +68,8 @@ https://github.com/frankshearar [jystic]: https://github.com/jystic +[jwChung]: + https://github.com/jwChung [moodmosaic]: https://github.com/moodmosaic [ploeh]: @@ -71,6 +77,8 @@ [porges]: https://github.com/porges +[163]: + https://github.com/hedgehogqa/fsharp-hedgehog/pull/163 [161]: https://github.com/hedgehogqa/fsharp-hedgehog/pull/161 [160]: diff --git a/src/Hedgehog/Hedgehog.fsproj b/src/Hedgehog/Hedgehog.fsproj index 39264286..282183d8 100644 --- a/src/Hedgehog/Hedgehog.fsproj +++ b/src/Hedgehog/Hedgehog.fsproj @@ -2,8 +2,8 @@ netstandard1.6 - 0.8.0.0 - 0.8.0.0 + 0.8.1.0 + 0.8.1.0 bin\$(Configuration)\$(TargetFramework)\Hedgehog.XML diff --git a/src/Hedgehog/paket.template b/src/Hedgehog/paket.template index 89eca065..f507d784 100644 --- a/src/Hedgehog/paket.template +++ b/src/Hedgehog/paket.template @@ -3,7 +3,7 @@ type id Hedgehog version - 0.8.0.0 + 0.8.1.0 description Hedgehog will eat all your bugs. authors