From 96f0f9519e3678ff3baa1ae7fc69de1de6c2f0c4 Mon Sep 17 00:00:00 2001 From: Matthias Geuchen Date: Mon, 31 Aug 2020 10:00:21 +0200 Subject: [PATCH] Update changelog Co-authored-by: Steffen Luis Co-authored-by: Marie-Christin Oczko --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ff871f..d2440303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [v0.7.0](https://github.com/upb-uc4/hyperledger_chaincode/compare/v0.6.0.1...v0.7.0) (2020-08-31) + +## Feature +- + +## Bug Fixes +- + +## Refactor +- add transaction comments +- establish consistency among invalid parameter error reasons +- establish consistency for code style (if statements) +- establish consistency between variable names and java naming convention +- remove unused logger +- remove unnecessary conditions + + +## Usability +- + + # [v0.6.0](https://github.com/upb-uc4/hyperledger_chaincode/compare/v0.5.0...v0.6.0) (2020-08-19) ## Feature