diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b40917e3..b408cc2cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to the language server will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [1.3.6] +- Update to Gradle 8.3 and Kotlin 1.9.10 + ## [1.3.5] - Fix push trigger in Docker CI workflow diff --git a/gradle.properties b/gradle.properties index c2bc1d0ab..47b9fdc9d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=1.3.6 +version=1.3.7 javaVersion=11