diff --git a/Generate ReleaseNotes.bat b/Generate ReleaseNotes.bat index d0bfc5e..91740dd 100644 --- a/Generate ReleaseNotes.bat +++ b/Generate ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.2.1 +SET version=1.2.2 GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid documentation --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 44bc825..b9046be 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,9 +1,5 @@ -# 1.2.1 (19 February 2022) -- #164 #14 Include(...) after AsExpandable() -- #165 Tests for #14 Include(...) after AsExpandable() [test] -- #166 Add TimestampAtribute to assemblies [feature] -- #167 Add PureAttribute on suitable LinqKit.Core methods -- #154 Exclude LinqKit.Core implementation from LinqKit.EntityFramework etc. projects, use ProjectReference converted to package dependency instead [feature] -- #160 Unhandled expression type: 'Index' [bug] +# 1.2.2 (23 February 2022) +- #171 Define dependency on Timestamp as PrivateAssets [bug] +- #170 Timestamp in nuget dependencies The full release notes can be found here: https://github.com/scottksmith95/LINQKit/blob/master/ReleaseNotes.md \ No newline at end of file diff --git a/ReleaseNotes.md b/ReleaseNotes.md index bae1a71..eb68be6 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,7 @@ +# 1.2.2 (23 February 2022) +- [#171](https://github.com/scottksmith95/LINQKit/pull/171) - Define dependency on Timestamp as PrivateAssets [bug] contributed by [StefH](https://github.com/StefH) +- [#170](https://github.com/scottksmith95/LINQKit/issues/170) - Timestamp in nuget dependencies + # 1.2.1 (19 February 2022) - [#164](https://github.com/scottksmith95/LINQKit/pull/164) - #14 Include(...) after AsExpandable() contributed by [doboczyakos](https://github.com/doboczyakos) - [#165](https://github.com/scottksmith95/LINQKit/pull/165) - Tests for #14 Include(...) after AsExpandable() [test] contributed by [doboczyakos](https://github.com/doboczyakos)