Skip to content

Commit

Permalink
Bump version to 0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Dec 15, 2023
1 parent 727f90d commit c2830ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.12.7] - 2023-12-15

### Fixes
- Fix linking to an existing account

## [0.12.6] - 2023-12-11

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version "0.9.28"
}

version = "0.12.6"
version = "0.12.7"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit c2830ba

Please sign in to comment.