Skip to content

Commit be2f917

Browse files
committed
Bump version to 1.4.0
1 parent 740cc4e commit be2f917

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to the language server will be documented in this file.
33

44
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

6+
## [1.3.0]
7+
- Bump to Kotlin 1.6
8+
- Support JDK 17
9+
- Add incremental indexing
10+
- Improve logged Gradle errors
11+
612
## [1.2.0]
713
- Support for renaming
814
- Improved semantic highlighting for enum members

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=1.3.0
1+
projectVersion=1.4.0
22
kotlinVersion=1.6.10
33
exposedVersion=0.37.3
44
lsp4jVersion=0.12.0

0 commit comments

Comments
 (0)