From 4e1f8b64845ef9b16e225e6a06c08de2c0e6b89f Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Sun, 24 Oct 2021 15:54:01 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1a38ad1..d9db343b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased] + +## [0.15.2] - 2021-10-24 ### Fixed - Fixed output of `string` type INI in globals [#2312](https://github.com/zephir-lang/zephir/issues/2312) @@ -559,7 +561,8 @@ and this project adheres to [Semantic Versioning](http://semver.org). [#1524](https://github.com/zephir-lang/zephir/issues/1524) -[Unreleased]: https://github.com/zephir-lang/zephir/compare/0.15.1...HEAD +[Unreleased]: https://github.com/zephir-lang/zephir/compare/0.15.2...HEAD +[0.15.2]: https://github.com/zephir-lang/zephir/compare/0.15.1...0.15.2 [0.15.1]: https://github.com/zephir-lang/zephir/compare/0.15.0...0.15.1 [0.15.0]: https://github.com/zephir-lang/zephir/compare/0.14.0...0.15.0 [0.14.0]: https://github.com/zephir-lang/zephir/compare/0.14.0-beta.3...0.14.0