From 24b9a28f6e2fa8b550df01fa14498b943973e06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Adamiak?= Date: Sat, 4 May 2019 10:52:13 +0200 Subject: [PATCH] Doc & version update --- composer.json | 2 +- doc/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ecd15cb..f8540de 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Extends symfony console display style", "type": "library", "license": "MIT", - "version": "0.3.0.4", + "version": "0.4.0.0", "authors": [ { "name": "MichaƂ Adamiak", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 4c22850..ab40466 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.4.0.0 - 2019-05-04 +### Added +* Message timer +### Changed +* Some block styles +* Split `Style` class + ## 0.3.0.4 - 2018-12-18 ### Added * Some new tests