Skip to content

Commit

Permalink
Bump to v0.4.1 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
xevisalle authored Aug 9, 2023
1 parent 3843c8c commit a010072
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2023-08-09

### Added

- Add Utils implementation

### Changed

- Updated poseidon_merkle from 0.2 to 0.2.1-rc.0

## [0.4.0] - 2023-06-28

### Changed
Expand Down Expand Up @@ -69,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#21]: https://github.com/dusk-network/citadel/issues/21

<!-- VERSIONS -->
[Unreleased]: https://github.com/dusk-network/citadel/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/dusk-network/citadel/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/dusk-network/citadel/releases/tag/v0.4.1
[0.4.0]: https://github.com/dusk-network/citadel/releases/tag/v0.4.0
[0.3.0]: https://github.com/dusk-network/citadel/releases/tag/v0.3.0
[0.2.0]: https://github.com/dusk-network/citadel/releases/tag/v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zk-citadel"
version = "0.4.0"
version = "0.4.1"
repository = "https://github.com/dusk-network/citadel"
description = "Implementation of Citadel, a SSI system integrated in Dusk Network."
categories = ["cryptography", "authentication", "mathematics", "science"]
Expand All @@ -11,7 +11,7 @@ license = "MPL-2.0"
[dependencies]
dusk-bytes = "0.1"
dusk-poseidon = { version = "0.30", default-features = false, features = ["rkyv-impl", "alloc"] }
poseidon-merkle = { version = "0.2.1-rc.0", features = ["rkyv-impl", "zk", "size_32"] }
poseidon-merkle = { version = "0.2", features = ["rkyv-impl", "zk", "size_32"] }
dusk-plonk = { version = "0.14", default-features = false, features = ["rkyv-impl", "alloc"] }
dusk-bls12_381 = { version = "0.11", default-features = false }
dusk-jubjub = { version = "0.12", default-features = false }
Expand Down

0 comments on commit a010072

Please sign in to comment.