Skip to content

Commit

Permalink
Changes to version 1.2.4 and updates CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shifteverywhere committed Nov 14, 2022
1 parent 2936559 commit e46820e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# CHANGES

## Version 1.2.4 - 2022-11-14
- Fixes an issue with the used crypto suite was not attached to an item link
- Fixes an issue with legacy keys and making a public copy

## Version 1.2.3 - 2022-11-10
- Conforms to DiME data format version 1.002
- Improves working the encrypted message payloads and allows encryption with symmetric key
- Improves working with encrypted message payloads and allows encryption with symmetric key
- Internal verification order changed according to Dime 1.002
- Adds Issuer URL claim ("isu")
- Adds identity capabilities SEAL and TIMESTAMP
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group 'io.dimeformat'
version '1.2.3'
version '1.2.4'
description 'DiME (Data Integrity Message Envelope). A powerful universal data format that is built for secure, and integrity protected communication between trusted entities in a network using an application-based publik-key infrastructure (APKI).'

repositories {
Expand Down Expand Up @@ -63,7 +63,7 @@ publishing {

groupId = 'io.dimeformat'
artifactId = 'dime-java-ref'
version = '1.2.3'
version = '1.2.4'

from components.java

Expand Down

0 comments on commit e46820e

Please sign in to comment.