From b76c73d172255eddb9d6e2a3a9ed2306c8b42563 Mon Sep 17 00:00:00 2001 From: Anton Ukhanev Date: Wed, 10 Mar 2021 09:54:31 +0100 Subject: [PATCH] Correct version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f33f446..64e022c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [[*next-version*]] - YYYY-MM-DD -## [0.1.4-alpha1] - 2021-03-10 +## [0.1.4-alpha2] - 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).