From 362d59247b76d2a030d18dac62591b97668fa265 Mon Sep 17 00:00:00 2001 From: "Charles E. Lehner" Date: Mon, 14 Mar 2022 15:54:21 -0400 Subject: [PATCH] didkit v0.3.1 --- CHANGELOG.md | 6 +++++- lib/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc1dd0ed..dfb60218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2022-03-14 +- Fix DID method crate version compatibility. + ## [0.3.0] - 2021-09-17 ### Added - Issue and verify JWT [VCs][vc-data-model] and [VPs][Verifiable Presentations]. @@ -124,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [wasm-pack]: https://rustwasm.github.io/wasm-pack/ [zcap-ld]: https://w3c-ccg.github.io/zcap-ld/ -[Unreleased]: https://github.com/spruceid/didkit/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/spruceid/didkit/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/spruceid/didkit/releases/tag/v0.3.1 [0.3.0]: https://github.com/spruceid/didkit/releases/tag/v0.3.0 [0.2.1]: https://github.com/spruceid/didkit/releases/tag/v0.2.1 [0.2.0]: https://github.com/spruceid/didkit/releases/tag/v0.2.0 diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8f133ad5..d4406d04 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "didkit" -version = "0.3.0" +version = "0.3.1" authors = ["Spruce Systems, Inc."] edition = "2018" description = "Library for Verifiable Credentials and Decentralized Identifiers."