Skip to content

Commit

Permalink
Bump version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Apr 13, 2023
1 parent 89f481c commit 1ad299a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3]
- Minor bug fixes

## [1.3.2]
- Update to Kotlin 1.8.10 and Gradle 8
- Backtick soft keywords in imports (#416, #455)
Expand All @@ -11,7 +14,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Add support for SAM with receiver annotations (#394)
- Implement document highlight (#393)
- Add override/implement (#359)

Special thanks to @themkat, @RenFraser and all other contributors for the great work!

## [1.3.1]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.3.3
version=1.3.4
javaVersion=11

0 comments on commit 1ad299a

Please sign in to comment.