From fbd14c7ae24c11af3a123dea0f690003bbdb01f7 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 10 Dec 2020 22:54:14 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b63c6..7644f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [1.1.1] - 2020-11-10 +### Added +* *Nothing* + +### Changed +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* Fixed `DottedAccessConfigAbstractFactory` not resolving null values that are explicitly defined. + + ## [1.1.0] - 2020-11-01 ### Added * *Nothing*