From 0aca9194dd7869920a800098d3d8ea2d69acdca9 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Mon, 18 May 2020 17:16:42 +0200 Subject: [PATCH] Prepare 0.11.1 release Update changelog file. Signed-off-by: Davide Bettio --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 560c5ea9..504ba7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.11.1] - Unreleased +## [0.11.1] - 2020-05-18 ### Added - Add a function to unset a properties path. - More detailed return error codes.