Skip to content

Commit

Permalink
Create CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-strate committed Nov 28, 2021
1 parent 924d304 commit db770fb
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
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

0 comments on commit db770fb

Please sign in to comment.