We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cf99f commit 96c1d3eCopy full SHA for 96c1d3e
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
6
project adheres to [Semantic Versioning](https://semver.org/).
7
8
+## [0.8.1] - 2023-08-25
9
+### Changed
10
+- Set apiVersion and languageVersion on the JVM for better compatibility (#147)
11
+
12
## [0.8.0] - 2023-07-22
13
### Changed
14
- Bump Kotlin to 1.9.0 and add wasm target (#140)
gradle.properties
@@ -5,7 +5,7 @@ kotlin.code.style=official
kotlin.incremental=true
GROUP=com.benasher44
-VERSION=0.8.0
+VERSION=0.8.1
POM_URL=https://github.com/benasher44/uuid/
POM_SCM_URL=https://github.com/benasher44/uuid/
0 commit comments