From fb957f2c13f8c1dbb4e47e0f9763afd1623c2dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20Pr=C3=BCnster?= Date: Thu, 26 Sep 2024 19:54:46 +0200 Subject: [PATCH] release 3.9.0 --- CHANGELOG.md | 13 ++++--------- gradle.properties | 4 ++-- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2accd90..de97f9c2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,16 @@ # Changelog -## 4.0 +## 3.0 -### NEXT +### 3.9.0 (Supreme 0.4.0) * Move `Attestation` from Supreme to Indispensable * Rename `parse()` to `deserialize()` in `JwsSigned` and `JweEncrypted` to align with COSE * Rename `CryptoPublicKey.Rsa` -> `CryptoPublicKey.RSA` for consistency reasons - -## 3.0 - -### 3.8.3 - -* Add HMAC JCA names, properties, used in JSON Web Encryption +* Add HMAC JCA names, properties used in JSON Web Encryption ### 3.8.2 (Supreme 0.3.2) -* Less destructive Hotfix for for [KT-71650](https://youtrack.jetbrains.com/issue/KT-71650/Invalid-Objective-C-Header-in-XCFramework) +* Less destructive Hotfix for [KT-71650](https://youtrack.jetbrains.com/issue/KT-71650/Invalid-Objective-C-Header-in-XCFramework) * Re-enables export of `Asn1Element.Tag` class to ObjC. ### 3.8.1 (Supreme 0.3.1) diff --git a/gradle.properties b/gradle.properties index caa7e2c8a..ffc500623 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,8 +2,8 @@ kotlin.code.style=official kotlin.js.compiler=ir org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 -artifactVersion=4.0.0-SNAPSHOT -supremeVersion=0.4.0-SNAPSHOT +artifactVersion=3.9.0 +supremeVersion=0.4.0 # This is not a well-defined property, the ASP convention plugin respects it, though jdk.version=17