Skip to content

Commit

Permalink
Bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rtripault committed Sep 13, 2016
1 parent 780c90c commit 1358067
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog


## [unreleased]
## [v0.2.0] - 2016-09-13

* Added a `modMail` handler to send logs via emails using MODX email service
* The service now complies with `LoggerInterface` so we could `$service->error()` or `$modx->logger->error()`
Expand All @@ -12,5 +12,6 @@
* First build


[unreleased]: https://github.com/meltingmedia/monolog/compare/0.1.0...HEAD
[unreleased]: https://github.com/meltingmedia/monolog/compare/0.2.0...HEAD
[v0.2.0]: https://github.com/meltingmedia/monolog/compare/0.1.0...0.2.0
[v0.1.0]: https://github.com/meltingmedia/monolog/commits/0.1.0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0-dev
0.2.0-pl
2 changes: 1 addition & 1 deletion core/components/monolog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"url": "https://composer.melting-media.com"
}],
"require": {
"melting/modx/logger": "master@dev"
"melting/modx/logger": "^0.2"
}
}
18 changes: 8 additions & 10 deletions core/components/monolog/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1358067

Please sign in to comment.