Skip to content

Commit b0d5943

Browse files
committed
#141 - Update CHANGELOG.md
1 parent df807e4 commit b0d5943

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
## [Unreleased] - xxxx-xx-xx
88

99

10+
## [1.5.1] - 2022-09-19
11+
### Added
12+
- Enabled support of PHP8.2 for PECL [#141](https://github.com/phalcon/php-zephir-parser/issues/141)
13+
1014
## [1.5.0] - 2022-02-12
1115
### Added
1216
- Added support for `false` return type [#137](https://github.com/phalcon/php-zephir-parser/issues/137)
@@ -186,7 +190,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
186190
### Added
187191
- Initial stable release
188192

189-
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.5.0...HEAD
193+
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.5.1...HEAD
194+
[1.5.1]: https://github.com/phalcon/php-zephir-parser/compare/v1.5.0...v1.5.1
190195
[1.5.0]: https://github.com/phalcon/php-zephir-parser/compare/v1.4.2...v1.5.0
191196
[1.4.2]: https://github.com/phalcon/php-zephir-parser/compare/v1.4.1...v1.4.2
192197
[1.4.1]: https://github.com/phalcon/php-zephir-parser/compare/v1.4.0...v1.4.1

0 commit comments

Comments
 (0)