From 4c9cd1c6b5c7bc42fcadbc425aa66b1b26002bf1 Mon Sep 17 00:00:00 2001 From: Zhuk Sergey Date: Fri, 14 Sep 2018 21:36:41 +0300 Subject: [PATCH] Changelog update for new releases versions --- CHANGELOG.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19cb37a..b6ede71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,40 +1,40 @@ # Change Log All notable changes to this project will be documented in this file. -## v0.2.1 - 2018-09-14 +## 0.2.1 - 2018-09-14 ### Fixed: - assertions counter -## v0.2.0 - 2018-06-26 +## 0.2.0 - 2018-06-26 ### Updated: - dependencies and php version changed to 7.2 -## v0.1.5 - 2018-03-01 +## 0.1.5 - 2018-03-01 ### Fixed: - wrong assertions count -## v0.1.4 - 2018-02-16 +## 0.1.4 - 2018-02-16 ### Added: - support for php7 -## v0.1.3 - 2018-02-10 +## 0.1.3 - 2018-02-10 ### Fixed: - method names (replace verb `resolve` with `fulfill`) -## v0.1.3 - 2018-02-10 +## 0.1.3 - 2018-02-10 ### Fixed: - method names (replace verb `resolve` with `fulfill`) -## v0.1.2 - 2017-12-01 +## 0.1.2 - 2017-12-01 ### Fixed: - increase assertions count when checking that promise resolves/rejects -## v0.1.1 - 2017-11-12 +## 0.1.1 - 2017-11-12 ### Added: - some helpers to wait for promises -## v0.1.0 - 2017-11-10 +## 0.1.0 - 2017-11-10 - First tagged release -## v0.0.0 - 2017-11-08 +## 0.0.0 - 2017-11-08 - First initial commit