diff --git a/CHANGELOG.md b/CHANGELOG.md index 7364ce0..b8d480a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.4.0] - 2017-12-27 + ### Added - Introduced smart indent rules based on controll flow and language statements - Amended code snippets @@ -50,8 +52,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - Initial stable release -[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.3...HEAD -[1.3.3]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.1...v1.3.2 +[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.3...v1.4.0 +[1.3.3]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.2...v1.3.3 [1.3.2]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/zephir-lang/zephir-vscode/compare/v1.2.0...v1.3.0