From 9041cb785b6ea106a9978040413849d123598651 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 18 Nov 2018 11:16:31 +0200 Subject: [PATCH] Fixed change log [ci skip] --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2af2f715f..b9dbbe0a46 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/). ## [Unreleased] + +## [0.11.4] - 2018-11-18 ### Added - Introduced a brand new CLI interface - The preferred method of installation is to use the Zephir PHAR @@ -20,4 +22,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixed regression introduced in the 0.10.12 related to `require` file using protocols [#1713](https://github.com/phalcon/zephir/issues/1713) -[Unreleased]: https://github.com/phalcon/zephir/compare/0.11.3...HEAD +[Unreleased]: https://github.com/phalcon/zephir/compare/0.11.4...HEAD +[0.11.4]: https://github.com/phalcon/zephir/compare/0.11.3...0.11.4