From 7334e67175ca7fe9aba5d8484461182cc0f14f0c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 19 Feb 2022 16:17:52 +0100 Subject: [PATCH] v1.2.16 --- CHANGELOG.md | 5 +++++ Generate-ReleaseNotes.bat | 2 +- version.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65c75613..de4fd095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.2.16 (19 February 2022) +- [#562](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/562) - Make TextParser public [feature] contributed by [StefH](https://github.com/StefH) +- [#563](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/563) - GitHub Actions: use actions/checkout@v2 [security] contributed by [StefH](https://github.com/StefH) +- [#567](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/567) - Add support for property for Is,As and Cast [feature] contributed by [StefH](https://github.com/StefH) + # v1.2.15 (18 December 2021) - [#554](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/554) - Support for parsing Binary Integer [feature] contributed by [StefH](https://github.com/StefH) - [#557](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/557) - bind expressions to correct constructor parameter [feature] contributed by [jonasdaniels](https://github.com/jonasdaniels) diff --git a/Generate-ReleaseNotes.bat b/Generate-ReleaseNotes.bat index 251ec45d..312e3898 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,5 +1,5 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=v1.2.15 +SET version=v1.2.16 GitHubReleaseNotes --output CHANGELOG.md --exclude-labels invalid question documentation wontfix --language en --version %version% --token %GH_TOKEN% diff --git a/version.xml b/version.xml index fb6082ae..5aaa3deb 100644 --- a/version.xml +++ b/version.xml @@ -1,5 +1,5 @@ - 15 + 16