Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Merge pull request #76 from dusk-network/bump
Browse files Browse the repository at this point in the history
Bump to version `0.11.3`
  • Loading branch information
xevisalle authored Dec 19, 2022
2 parents 091e76b + 542c9d2 commit d153820
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.3] - 2022-12-19

### Added

- Derive `Default` for `PublicKey`

## [0.11.2] - 2022-10-27

### Changed
Expand Down Expand Up @@ -138,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#38]: https://github.com/dusk-network/dusk-pki/issues/38
[#36]: https://github.com/dusk-network/dusk-pki/issues/36
[#34]: https://github.com/dusk-network/dusk-pki/issues/34
[Unreleased]: https://github.com/dusk-network/dusk-pki/compare/v0.11.2...HEAD
[Unreleased]: https://github.com/dusk-network/dusk-pki/compare/v0.11.3...HEAD
[0.11.3]: https://github.com/dusk-network/dusk-pki/compare/v0.11.2...v0.11.3
[0.11.2]: https://github.com/dusk-network/dusk-pki/compare/v0.11.1...v0.11.2
[0.11.1]: https://github.com/dusk-network/dusk-pki/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/dusk-network/dusk-pki/compare/v0.8.0...v0.11.0
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 = "dusk-pki"
version = "0.11.2"
version = "0.11.3"
authors = ["zer0 <[email protected]>", "Victor Lopez <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit d153820

Please sign in to comment.