Skip to content

Commit

Permalink
Release 13.9.2 (#1596)
Browse files Browse the repository at this point in the history
Signed-off-by: Yauheni Khnykin <[email protected]>
  • Loading branch information
Hsilgos authored Jul 25, 2024
1 parent 3021652 commit 0f996dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Gluecodium project Release Notes

## 13.9.2
Release date: 2024-07-25
### Features:
* Adds possibility to synchronise access to class cache in code for JNI. It's necessary to support case when several shared
libraries contain generated code so class cache can be concurrently modified.

## 13.9.1
Release date: 2024-06-04
### Features:
Expand Down
2 changes: 1 addition & 1 deletion gluecodium/src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 13.9.1
version = 13.9.2

0 comments on commit 0f996dd

Please sign in to comment.