From 3414e9f46e9574148330525146b7284f0272a292 Mon Sep 17 00:00:00 2001 From: Stent Date: Tue, 28 May 2024 17:22:34 +0100 Subject: [PATCH] Update to version 0.3.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7891e4d..03fdda9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## v0.3.2 (2024-05-28) + +- Added a spec [PR 153](https://github.com/silversixpence-crypto/dapol/pull/153) +- Increased the length of entity ID from 256 to 512 bits [PR 162](https://github.com/silversixpence-crypto/dapol/pull/162) +- Add option to verify API to print path information [PR 163](https://github.com/silversixpence-crypto/dapol/pull/163) + ## v0.3.1 (2024-01-20) - Minor updates to the CLI [PR 154](https://github.com/silversixpence-crypto/dapol/pull/154) diff --git a/Cargo.toml b/Cargo.toml index 297764a..7e1d63f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dapol" -version = "0.3.1" +version = "0.3.2" authors = ["Stenton Mayne "] edition = "2021" description = "DAPOL+ Proof of Liabilities protocol"