diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7d8acdd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,38 @@ +# Changelog +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). + +## [Unreleased] + +## [1.0.1] - 2021-11-28 +### Added +- MIT License +- CHANGELOG.md + +### Changed +- Update instructions and general information in README.md + +### Fixed +- Truncation hint for long log messages + +## [1.0.0] - 2021-11-22 +### Added +- Continuous Integration GitHub Action for executing PHPUnit tests +- Dependabot configuration + +### Changed +- PHPUnit version update + +## [0.0.1-alpha] - 2021-11-14 + +This pre-release should be working fine, but is not meant to be used in production environment. + +### Added +- Monolog Discord Handler + +[Unreleased]: https://github.com/stephan-strate/monolog-discord/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/stephan-strate/monolog-discord/compare/v1.0.0...v1.0.1 +[1.0.0]: https://github.com/stephan-strate/monolog-discord/compare/v0.0.1-alpha...v1.0.0 +[0.0.1-alpha]: https://github.com/stephan-strate/monolog-discord/releases/tag/v0.0.1-alpha