Skip to content

Commit

Permalink
release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Sep 27, 2024
1 parent 538846d commit e8f9bd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8f9bd4

Please sign in to comment.