Skip to content

Commit

Permalink
Bump version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jun 6, 2020
1 parent f587c2a commit 0bbd49f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to the debug adapter will be documented in this file.

## [0.2.7]
- Add JDK 11+ support

## [0.2.6]
- Support for stepping into Java classes
- Automatic termination of the debugger once the VM exits
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
projectVersion=0.2.6
projectVersion=0.2.7
kotlinVersion=1.3.40

0 comments on commit 0bbd49f

Please sign in to comment.