From 13cd1419d5c6fac3cbe7ab2fa13b25b943b2cf83 Mon Sep 17 00:00:00 2001 From: SW van Heerden Date: Fri, 28 Jun 2024 15:07:59 +0200 Subject: [PATCH] new version --- Cargo.toml | 2 +- changelog.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6036b17..401c4e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ categories = ["cryptography"] homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.20.1" +version = "0.20.2" edition = "2018" [dependencies] diff --git a/changelog.md b/changelog.md index ed37de9..d59676d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.21.2](https://github.com/tari-project/tari-crypto/compare/v0.21.1...v0.21.2) (2024-06-28) + + +### Features + +* Adds public constructor for DHKE + ### [0.21.1](https://github.com/tari-project/tari-crypto/compare/v0.20.0...v0.21.1) (2024-05-09)