From a2f488c7d5ab73ddbae44710a29f1283087888b8 Mon Sep 17 00:00:00 2001 From: Anton Ukhanev Date: Sun, 19 Apr 2020 20:00:41 +0200 Subject: [PATCH] Update next version placeholder --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c538a4..9d62120 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.0-alpha2] - 2020-04-19 ### Fixed - False-negative check used to confirm the negative because of wrong option name. - Non-getter interface methods of `CachePool` now return `true` on success.