diff --git a/Directory.Build.props b/Directory.Build.props index bfa8366..734c70a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 1.0.0 + 1.1.0 enable enable 12.0 diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 4fbf2e8..7b34f82 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,13 @@ # Release Notes +## 1.1.0 + +* Strong-name the assembly: [#12](https://github.com/LogosBible/bsdiff.net/issues/12). +* Add `net6.0` and `net8.0` target frameworks. +* Enable nullable annotations. +* Add `BinaryPatch.Create(ReadOnlySpan, ReadOnlySpan, Stream)` overload. +* Reduce unnecessary allocations. + ## 1.0.0 * Initial release.