diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d597ce3..43078615a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ ### Unreleased +### v0.23.0: 3 August 2024 + +#### Improvements + +- Added support for attaching with the debug adapter to remote nodes +- Debug Adapter protocol `source` request implemented +- Added presentation hints to debug scopes +- Breakpoints are now annotated as failed if setting them fails + +#### Fixes + +- Fixed a deadlock in debug adapter when meta process is not alive + ### v0.22.1: 10 July 2024 #### Improvements diff --git a/VERSION b/VERSION index a723ece79..ca222b7cf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.22.1 +0.23.0