diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c44d3cc91..a499824085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Gluecodium project Release Notes -## Unreleased +## 13.7.0 +Release date: 2023-09-01 ### Features: * Added new lambda syntax that allows to specify parameter name. ### Bug fixes: * Fixed documentation generation for lambdas. - * Fixed name clash and compilation errors for internally generated dart functions in case lime file contains - internal classes/structs with throwing functions/constructors that have the same name and classes/structs are contained - in the same external class. + * Fixed the name clash issue for Dart which occurs when two different internal classes have functions + with the same name that throws exceptions. ## 13.6.4 ### Features: diff --git a/gluecodium/src/main/resources/version.properties b/gluecodium/src/main/resources/version.properties index c7c45c03f5..8d4b34bc5e 100644 --- a/gluecodium/src/main/resources/version.properties +++ b/gluecodium/src/main/resources/version.properties @@ -1 +1 @@ -version = 13.6.4 +version = 13.7.0