From 0620a53b7400642afd223d0ff47ec277542d8f33 Mon Sep 17 00:00:00 2001 From: Anton Ukhanev Date: Wed, 10 Mar 2021 09:54:03 +0100 Subject: [PATCH] Add entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c41d3a..f33f446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [[*next-version*]] - YYYY-MM-DD + +## [0.1.4-alpha1] - 2021-03-10 ### Fixed - Using newer interop interfaces fixes bug with new `psr/container` (#22). - Many errors reported by Psalm, making code more resilient (#22).