From af4f469da90647d33b3f98c1da409611ca204cb8 Mon Sep 17 00:00:00 2001 From: Aitor Ruano Date: Mon, 3 Aug 2020 10:33:50 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0840ffc..4856d3e 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.4.2] - 2020-08-03 +### Fixed +- Small fix in docs + ## [0.4.1] - 2020-04-23 ### Added - Fuzz tests diff --git a/Cargo.toml b/Cargo.toml index 91af290..2ae5061 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sharks" -version = "0.4.1" +version = "0.4.2" authors = ["Aitor Ruano "] description = "Fast, small and secure Shamir's Secret Sharing library crate" homepage = "https://github.com/c0dearm/sharks"