Skip to content

Commit

Permalink
v0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jun 28, 2019
1 parent 3aa32eb commit fd6a12a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.8.0

* New features
* Support filtering by OTP application. This uses the same mechanism as
per-module filtering by automatically adding in all modules that are part of
an OTP application. It is super useful! See the README.md. Thanks to Jon
Carstons for adding this feature.
* Support setting defaults on RingLogger clients so that you can configure
things like a global default to info level messages and then only show
debug messages from some applications

## v0.7.0

* New features
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule RingLogger.MixProject do
use Mix.Project

@version "0.7.0"
@version "0.8.0"

def project do
[
Expand Down

0 comments on commit fd6a12a

Please sign in to comment.