diff --git a/CHANGELOG.md b/CHANGELOG.md index 004ef68668..ee18d51418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Gluecodium project Release Notes -## Unreleased +## 11.4.0 +Release date: 2022-06-16 ### Removed: * Removed support for visibility modifiers on constants. The constants now always "public". * Removed support for visibility modifiers on property accessors. The accessors now always have the same visibility as diff --git a/gluecodium/src/main/resources/version.properties b/gluecodium/src/main/resources/version.properties index c27fae467a..0a9e1c49d6 100644 --- a/gluecodium/src/main/resources/version.properties +++ b/gluecodium/src/main/resources/version.properties @@ -1 +1 @@ -version = 11.3.3 +version = 11.4.0