Skip to content

Commit

Permalink
Bump version to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Oct 22, 2023
1 parent 7859084 commit 0c24064
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.12.4] - 2023-10-22

### Fixes
- Prevent ConcurrentModificationException
- Update captcha help text

## [0.12.3] - 2023-10-17

### Added
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.3"
version = "0.12.4"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
2 changes: 2 additions & 0 deletions graalvm-config-dir/resource-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"pattern":"\\QMETA-INF/services/java.net.spi.URLStreamHandlerProvider\\E"
}, {
"pattern":"\\QMETA-INF/services/java.nio.channels.spi.SelectorProvider\\E"
}, {
"pattern":"\\QMETA-INF/services/java.nio.file.spi.FileTypeDetector\\E"
}, {
"pattern":"\\QMETA-INF/services/java.sql.Driver\\E"
}, {
Expand Down

0 comments on commit 0c24064

Please sign in to comment.