diff --git a/CHANGELOG.md b/CHANGELOG.md index ab9ed787..7db9a57d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## Version 0.4.4 (2017-10-31) +## Version 0.6.0 (2017-11-07) + +- Make Journal store delayed strings, so they are computed on-demand ([#147][147], [@porges][porges]) + +## Version 0.5.0 (2017-11-06) - Support for LINQ queries ([#113][113], [@porges][porges]) @@ -58,6 +62,8 @@ [porges]: https://github.com/porges +[147]: + https://github.com/hedgehogqa/fsharp-hedgehog/pull/147 [142]: https://github.com/hedgehogqa/fsharp-hedgehog/pull/142 [136]: diff --git a/src/Hedgehog/AssemblyInfo.fs b/src/Hedgehog/AssemblyInfo.fs index de4d823a..505bf037 100644 --- a/src/Hedgehog/AssemblyInfo.fs +++ b/src/Hedgehog/AssemblyInfo.fs @@ -12,7 +12,7 @@ open System.Runtime.CompilerServices // The assembly version has the format {Major}.{Minor}.{Build} -[] +[] //[] //[]