From 413187a8fd8ae9e8b4017ad3d795ea9ea3e85da8 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Tue, 7 Aug 2018 08:25:25 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f090f43..e7e624d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Changelog -## [Unreleased](https://github.com/SpinResearch/merkle.rs/compare/1.7.0...master) +## [Unreleased](https://github.com/SpinResearch/merkle.rs/compare/1.8.0...master) > Nothing yet. +## [1.8.0](https://github.com/SpinResearch/merkle.rs/compare/1.7.0...1.8.0) - 2018-07-07 + +## Changed +- Move `Proof::validate_lemma` to `Lemma::validate` ([@nvesely](https://github.com/nvesely)) +- Automatically build Protobuf schemas using `protoc-rust` ([@dingxiangfei2009](https://github.com/dingxiangfei2009)) +- Update `protobuf` to 2.0.2 ([@nvesely](https://github.com/nvesely)) +- Update `ring` to `0.13.0` ([@kpcyrd](https://github.com/kpcyrd)) + ## [1.7.0](https://github.com/SpinResearch/merkle.rs/compare/1.6.0...1.7.0) - 2018-05-15 ## Added