Skip to content

Commit

Permalink
v0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jun 2, 2021
1 parent 12273e9 commit dcc5bcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.8.2

* Improvements
* Circular buffer improvements are all upstream in the `circular_buffer`
library, so this release makes it official by deleting the internal
implementation and using the hex package.

## v0.8.1

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

def project do
Expand Down

0 comments on commit dcc5bcd

Please sign in to comment.