From ef8da4245a41a33691e1073c19616e631e0ddb3e Mon Sep 17 00:00:00 2001 From: Adrien Berchet Date: Wed, 15 Dec 2021 22:25:38 +0100 Subject: [PATCH] Release 0.1.1 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edca1ee..0a123e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog +## [0.1.1](https://github.com/BlueBrain/data-validation-framework/compare/0.1.0..0.1.1) + +> 15 December 2021 + +- Fix typos in README [#4](https://github.com/BlueBrain/data-validation-framework/pull/4) + ## [0.1.0](https://github.com/BlueBrain/data-validation-framework/compare/0.0.9..0.1.0) -> 14 December 2021 +> 15 December 2021 - Link fixed in README.md [#2](https://github.com/BlueBrain/data-validation-framework/pull/2) - Change license and open the sources [#1](https://github.com/BlueBrain/data-validation-framework/pull/1)