From ea985f16c22b5140f2f4b2384687e066174c3ed6 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Fri, 8 Jul 2022 16:03:21 +0200 Subject: [PATCH] Release 2.8.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af0952c0..55e0a2c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.8.1] - 2022-07-08 + ### Fixed - Fix bug in `UnicodeSet.ToCharacters()` with upper Unicode planes (LT-21010) @@ -265,8 +267,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Change versioning scheme. Previously the versions for the nuget package included the ICU version. Now we follow [Semantic Versioning](http://semver.org/). -[Unreleased]: https://github.com/sillsdev/icu-dotnet/compare/v2.8.0...master +[Unreleased]: https://github.com/sillsdev/icu-dotnet/compare/v2.8.1...master +[2.8.1]: https://github.com/sillsdev/icu-dotnet/compare/v2.8.0...v2.8.1 [2.8.0]: https://github.com/sillsdev/icu-dotnet/compare/v2.7.1...v2.8.0 [2.7.1]: https://github.com/sillsdev/icu-dotnet/compare/v2.7.0...v2.7.1 [2.7.0]: https://github.com/sillsdev/icu-dotnet/compare/v2.6.0...v2.7.0