diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c2fcfa..50e7c4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 0.8.2 (2018-08-06) + +- Improve UInt32 and UInt64 value generation (avoid overflows) ([#173][173], [@jwChung][jwChung]) +- Improve DateTime value generation (include milliseconds) ([#165][165], [@jwChung][jwChung]) + ## Version 0.8.1 (2018-06-27) - Unicode generator no longer generates noncharacters '\65534' and '\65535' ([#163][163], [@jwChung][jwChung]) @@ -77,6 +82,10 @@ [porges]: https://github.com/porges +[173]: + https://github.com/hedgehogqa/fsharp-hedgehog/pull/173 +[165]: + https://github.com/hedgehogqa/fsharp-hedgehog/pull/165 [163]: https://github.com/hedgehogqa/fsharp-hedgehog/pull/163 [161]: diff --git a/src/Hedgehog/Hedgehog.fsproj b/src/Hedgehog/Hedgehog.fsproj index 282183d8..7bff078b 100644 --- a/src/Hedgehog/Hedgehog.fsproj +++ b/src/Hedgehog/Hedgehog.fsproj @@ -2,8 +2,8 @@ netstandard1.6 - 0.8.1.0 - 0.8.1.0 + 0.8.2.0 + 0.8.2.0 bin\$(Configuration)\$(TargetFramework)\Hedgehog.XML diff --git a/src/Hedgehog/paket.template b/src/Hedgehog/paket.template index f507d784..55d9a7c1 100644 --- a/src/Hedgehog/paket.template +++ b/src/Hedgehog/paket.template @@ -3,7 +3,7 @@ type id Hedgehog version - 0.8.1.0 + 0.8.2.0 description Hedgehog will eat all your bugs. authors