Skip to content

Commit

Permalink
Changes version and updates CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shifteverywhere committed Feb 3, 2023
1 parent c95d239 commit 3305a59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGE LOG

## Version 1.2.4 - 2023-02-03
- Adds support to verify identities using an arbitrary identity from the trust chain
- Removes verification of identity issuing requests when issuing new identity, if required, verify manually first
- Removes verification of issuer when issuing new identity, if required, issuers need to be verified manually first
- Fixes an issue with issuing an identity with the same key as the issuing identity
- Fixes an issue when requesting SELF capability for an identity that is not self-issued
- Fixes an issue with legacy keys and creating 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
Expand Down Expand Up @@ -59,6 +67,7 @@

**NOTE:** *Version 1.0.5 is most likely one of last version that will support .NET 5, this since end-of-support is reached for .NET 5. Future versions of Dime will at some point support .NET 6 instead. *


## Version 1.0.4 - 2022-05-04
- Minor fix to prepare for an upcoming change that allows for more than one item to be linked to a Message item.

Expand All @@ -76,8 +85,7 @@

**NOTE:** *Version 1.0.1 includes changes that will break 1.0.0. These are only code-breaking changes, so all previously issued identities and other created Di:ME items will continue to work.*


## Version 1.0.0 - 2022-02-19
- Official version 1.0.0 (**Hurray!**)

**Copyright © 2022 Shift Everywhere AB. All rights reserved.**
**Copyright © 2023 Shift Everywhere AB. All rights reserved.**
4 changes: 2 additions & 2 deletions src/dime/dime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<Title>DiME (Data Integrity Message Envelope)</Title>
<Description>DiME (Data Integrity Message Envelope) is a powerful universal data format that is built for secure, and integrity protected communication between entities in a trusted network. It is built with modern thinking and ease-of-use throughout. It may replace the need for X.509 certificates, as it has its own built in public key-based entity identification through a trusted chain. This makes it equally suitable as an alternative to certificate-based PKIs.</Description>
<Summary>DiME (Data Integrity Message Envelope) is a powerful universal data format that is built for secure, and integrity protected communication between entities in a trusted network.</Summary>
<Copyright>Copyright © 2022 Shift Everywhere AB. All rights reserved.</Copyright>
<Copyright>Copyright © 2023 Shift Everywhere AB. All rights reserved.</Copyright>
<Product>DiME - Data Integrity Message Envelope</Product>
<Company>Shift Everywhere</Company>
<Authors>Niclas Kjellin</Authors>
<PackageId>DiME</PackageId>
<PackageVersion>1.2.3</PackageVersion>
<PackageVersion>1.2.4</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://docs.dimeformat.io</PackageProjectUrl>
<RepositoryUrl>https://github.com/shifteverywhere/dime-dotnet-ref</RepositoryUrl>
Expand Down

0 comments on commit 3305a59

Please sign in to comment.