Skip to content

Commit 1e87c1f

Browse files
committed
Bump version to 1.1.0
1 parent 7fed8c9 commit 1e87c1f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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.0.0]
7+
- Symbol indexing
8+
- Code completion for unimported members
9+
- Improved progress bars
10+
611
## [0.9.0]
712
- More detailed initialization progress
813
- Improved completion icons

gradle.properties

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

0 commit comments

Comments
 (0)