diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2efef2d..6df0012b0 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.13.1] - 2021-03-31 ### Added - Added jobs `-j, --jobs` option for `zephir compile` [#2174](https://github.com/zephir-lang/zephir/issues/2174) @@ -445,7 +447,8 @@ and this project adheres to [Semantic Versioning](http://semver.org). - Fixed casting resource to int (only ZendEngine 3) [#1524](https://github.com/zephir-lang/zephir/issues/1524) -[Unreleased]: https://github.com/zephir-lang/zephir/compare/0.13.0...HEAD +[Unreleased]: https://github.com/zephir-lang/zephir/compare/0.13.1...HEAD +[0.13.1]: https://github.com/zephir-lang/zephir/compare/0.13.0...0.13.1 [0.13.0]: https://github.com/zephir-lang/zephir/compare/0.12.21...0.13.0 [0.12.21]: https://github.com/zephir-lang/zephir/compare/0.12.20...0.12.21 [0.12.20]: https://github.com/zephir-lang/zephir/compare/0.12.19...0.12.20