diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b98e93ef..6bdc623ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.12.11] - 2019-11-02 ### Fixed - Fixed arithmetical operations with `zvals` which stores `double` numbers - Fixed updating static variables in the loop which represents `double` and @@ -318,8 +319,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixed casting resource to int (only ZendEngine 3) [#1524](https://github.com/phalcon/zephir/issues/1524) -[Unreleased]: https://github.com/phalcon/zephir/compare/0.12.10...HEAD -[0.12.10]: https://github.com/phalcon/zephir/compare/0.12.0...0.12.10 +[Unreleased]: https://github.com/phalcon/zephir/compare/0.12.11...HEAD +[0.12.11]: https://github.com/phalcon/zephir/compare/0.12.10...0.12.11 +[0.12.10]: https://github.com/phalcon/zephir/compare/0.12.9...0.12.10 [0.12.9]: https://github.com/phalcon/zephir/compare/0.12.8...0.12.9 [0.12.8]: https://github.com/phalcon/zephir/compare/0.12.7...0.12.8 [0.12.7]: https://github.com/phalcon/zephir/compare/0.12.6...0.12.7