From b0f288db5c06f40479d23f44c409fce131d3dda0 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Thu, 1 Aug 2024 11:35:56 +0200 Subject: [PATCH] Bump version (#203) +semver:major --- CHANGELOG.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e15e6ff7..fe2a40bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -### Breaking - -- Removed support for [netstandard1.6](https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-1-6#select-net-standard-version) -- Removed Icu.SortKey class which was only in the netstandard1.6 version of the dll - ### Added - Added support for netstandard2.0 @@ -29,6 +24,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixed a bug when using a library compiled against icu-dotnet netstandard1.6, when your project referenced a different version of icu-dotnet +### Removed + +- Removed support for [netstandard1.6](https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-1-6#select-net-standard-version) +- Removed Icu.SortKey class which was only in the netstandard1.6 version of the dll ## [2.10.0] - 2024-06-17