diff --git a/CHANGELOG.md b/CHANGELOG.md index 804af83..083d49d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.0] - 2024-03-09 + +### Added + +- Add support for custom PR comments + ## [1.4.1] - 2023-09-19 ### Changed @@ -63,7 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improve logging - Update dependencies and refactor action -[Unreleased]: https://github.com/tvcsantos/detect-action/compare/v1.4.1...main +[1.5.0]: https://github.com/tvcsantos/detect-action/compare/v1.4.1...v1.5.0 [1.4.1]: https://github.com/tvcsantos/detect-action/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/tvcsantos/detect-action/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/tvcsantos/detect-action/compare/v1.2.0...v1.3.0