Skip to content

Commit

Permalink
Update to version 0.3.2 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stentonian authored May 28, 2024
2 parents 72d5722 + 3414e9f commit 244c252
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dapol"
version = "0.3.1"
version = "0.3.2"
authors = ["Stenton Mayne <stentonian@protonmail.com>"]
edition = "2021"
description = "DAPOL+ Proof of Liabilities protocol"
Expand Down

0 comments on commit 244c252

Please sign in to comment.