diff --git a/CHANGELOG.md b/CHANGELOG.md index 249cd16..7d0adf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.3] - 2022-10-15 + +### Added + +- Support for `spatie/emoji` 3.x and 4.x + +### Changed + +- Dependabot updates for Composer dependencies + +### Fixed + +- Replace deprecated job outputs in GitHub workflows + ## [1.3.2] - 2022-07-26 ### Changed @@ -201,7 +215,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/eliashaeussler/composer-update-reporter/compare/1.3.2...main +[Unreleased]: https://github.com/eliashaeussler/composer-update-reporter/compare/1.3.3...main +[1.3.3]: https://github.com/eliashaeussler/composer-update-reporter/compare/1.3.2...1.3.3 [1.3.2]: https://github.com/eliashaeussler/composer-update-reporter/compare/1.3.1...1.3.2 [1.3.1]: https://github.com/eliashaeussler/composer-update-reporter/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/eliashaeussler/composer-update-reporter/compare/1.2.1...1.3.0