diff --git a/doc/source/change_log.md b/doc/source/change_log.md index 4a4c156c..fa112f80 100644 --- a/doc/source/change_log.md +++ b/doc/source/change_log.md @@ -1,5 +1,11 @@ # Change Log +## 1.0.2 (2024-03-23) + +In this patch version, we propagate the fix from abnf-to-regex related +to maximum qualifiers which had been mistakenly represented as exact +repetition before. + ## 1.0.1 (2024-03-13) This patch release brings about the fix for patterns concerning dates and diff --git a/src/AasCore.Aas3_0/AasCore.Aas3_0.csproj b/src/AasCore.Aas3_0/AasCore.Aas3_0.csproj index 69a38068..cd02e17d 100644 --- a/src/AasCore.Aas3_0/AasCore.Aas3_0.csproj +++ b/src/AasCore.Aas3_0/AasCore.Aas3_0.csproj @@ -7,7 +7,7 @@ 8 AasCore.Aas3_0 - 1.0.1 + 1.0.2 Marko Ristin An SDK for manipulating, verifying and de/serializing Asset Administration Shells.