From e7e23ba899c2a80d622f57f96c61e814325f8e20 Mon Sep 17 00:00:00 2001 From: Aitor Ruano Date: Sun, 14 Mar 2021 18:06:00 +0100 Subject: [PATCH] 0.4.3 -> 0.5.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3f447..44bfd4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.0] - 2021-03-14 +### Added +- Zeroize memory on drop for generated secret shares + ## [0.4.3] - 2021-02-04 ### Changed - Upgraded project dependencies diff --git a/Cargo.toml b/Cargo.toml index 9b78f15..3200ae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sharks" -version = "0.4.3" +version = "0.5.0" authors = ["Aitor Ruano "] description = "Fast, small and secure Shamir's Secret Sharing library crate" homepage = "https://github.com/c0dearm/sharks"