diff --git a/release-notes.md b/release-notes.md index e7891b6f6b..6cf04e9a9e 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,8 +1,4 @@ ## Intro: Highlights of this new release: -- The `MultiTerminologyService` has been extended with a routing mechanism, so you can customize which ValueSets should be handled by which service. -- The FhirDateTime, Date and Time types now avoid re-parsing their values for every operation, increasing their performance dramatically. -- Resources now implement `IIdentifiable` and `ICoded` for easy polymorphic access to the identifiers and codes in a resource. See https://docs.fire.ly/projects/Firely-NET-SDK/model/other-features.html. -- Work has been done to use the SDK's POCO's in the upcoming .NET CQL engine. - +Notable changes include modifying error messages, adding support for multiple valuesets and system filters, moving termservice code to shared projects, quantity arithmetic and introducing various improvements and updates to dependencies. Additionally, new contributors have made their first contributions to the project, including @almostchristian. diff --git a/src/firely-net-sdk.props b/src/firely-net-sdk.props index 7502493e3a..88afe0b639 100644 --- a/src/firely-net-sdk.props +++ b/src/firely-net-sdk.props @@ -6,7 +6,7 @@ - 5.3.1 + 5.4.0 Firely (info@fire.ly) and contributors Firely (https://fire.ly)