From 55d527865e3b9731ed4527e5b616242d785a2eac Mon Sep 17 00:00:00 2001 From: Anton Ukhanev Date: Tue, 15 Sep 2020 11:59:25 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 586f24d..d6f7d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,5 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [[*next-version*]] - YYYY-MM-DD +## [0.1.1-alpha1] - 2020-09-14 +### Fixed +- Missing parameter type in `MaskingContainer`'s constructor (#11). + ## [0.1.0-alpha1] - 2020-09-14 Initial release.