Skip to content

Commit 304fe49

Browse files
committed
Bump version to 1.1.1
1 parent 9e0b83b commit 304fe49

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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.1.0]
7+
- Provide ServerInfo via LSP's initialize
8+
- Make Gradle class path resolver slightly more robust
9+
610
## [1.0.0]
711
- Symbol indexing
812
- Code completion for unimported members

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=1.1.0
1+
projectVersion=1.1.1
22
kotlinVersion=1.4.30-RC-232
33
exposedVersion=0.29.1
44
javaVersion=11

0 commit comments

Comments
 (0)