Skip to content

Commit

Permalink
Release 3.12.1 (#230)
Browse files Browse the repository at this point in the history
Add COSE object creation with detached payload, i.e. setting a null payload in CoseSigned, and clients are responsible to transport the payload separately
  • Loading branch information
JesusMcCloud authored Jan 16, 2025
1 parent 01e0189 commit 7bfea78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 3.0

### NEXT
### 3.12.1 (Supreme 0.6.3)

* Add COSE object creation with detached payload, i.e. setting a `null` payload in `CoseSigned`, and clients are responsible to transport the payload separately

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=3.13.0-SNAPSHOT
supremeVersion=0.7.0-SNAPSHOT
artifactVersion=3.12.1
supremeVersion=0.6.3

# This is not a well-defined property, the ASP convention plugin respects it, though
jdk.version=17
Expand Down

0 comments on commit 7bfea78

Please sign in to comment.