diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ada2b70fa..c04dc6791b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Gluecodium project Release Notes +## 13.9.3 +Release date: 2024-07-31 +### Features: + * Preserves assigned thread name when attaching it to the JVM. + ## 13.9.2 Release date: 2024-07-25 ### Features: diff --git a/gluecodium/src/main/resources/version.properties b/gluecodium/src/main/resources/version.properties index adbf09bc13..9fca8e5b28 100644 --- a/gluecodium/src/main/resources/version.properties +++ b/gluecodium/src/main/resources/version.properties @@ -1 +1 @@ -version = 13.9.2 +version = 13.9.3