diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ac1c7..8969567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2.1.5 (20 April 2021) +- [#30](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/30) - Add compare operators to Math [enhancement] contributed by [StefH](https://github.com/StefH) + # 2.1.4 (27 March 2021) - [#24](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/24) - Add String PadLeft and PadRight [enhancement] contributed by [mrbelk](https://github.com/mrbelk) diff --git a/Directory.Build.props b/Directory.Build.props index dc61558..ae385ea 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,7 +5,7 @@ net451;net452;netstandard1.3;netstandard2.0;netstandard2.1 - 2.1.4 + 2.1.5 Copyright © 2020-2021 Stef Heyenrath Stef Heyenrath See CHANGELOG.md diff --git a/GitHubReleaseNotes.txt b/GitHubReleaseNotes.txt index 5530b93..05fdf3c 100644 --- a/GitHubReleaseNotes.txt +++ b/GitHubReleaseNotes.txt @@ -1,3 +1,3 @@ https://github.com/StefH/GitHubReleaseNotes -GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc --version 2.1.4 \ No newline at end of file +GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc --version 2.1.5 \ No newline at end of file