Skip to content

Commit

Permalink
v0.8.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 30, 2021
1 parent da07ac9 commit f6d47d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.8.3

* Fixes
* Pull all application environment configuration from `:logger, RingLogger`
rather than some from there and some from `:ring_logger`. Adding
configuration under `:ring_logger` is still supported, but prints a
deprecation warning. Thanks to Jason Axelson for this fix.

## v0.8.2

* Improvements
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.8.2"
@version "0.8.3"
@source_url "https://github.com/nerves-project/ring_logger"

def project do
Expand Down

0 comments on commit f6d47d6

Please sign in to comment.