-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
924d304
commit db770fb
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |