From 06039cdcfd606e8278f13f8d9bcfdc5423e32be9 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 19 Oct 2017 10:58:37 +0300 Subject: [PATCH] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97612c3..eaa93c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.2.0](https://github.com/superhelio/commands/tree/1.2.0) (2017-10-19) +- Bumped PHP version requirement to >=7.0, PHP5.6 was taking really long time to resolve +- Included composer.lock, which is generated with PHP v7.0.23 + ## [1.1.2](https://github.com/superhelio/commands/tree/1.1.2) (2017-09-15) - Removed composer.lock, only to enable correct CI builds - Reworked travis-ci.org configuration, builds should now go green