Skip to content

Commit

Permalink
prepare for release 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Sep 6, 2020
1 parent 701d1cd commit 824fd35
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

## 8.0.2 (2020-09-06)

* Enhancements
* Log error when JSON is unencodable (#429)
* Set logger event level to logger message level (#430)
* Limit breadcrumbs on add_breadcrumb (#431)

## 8.0.1 (2020-08-08)

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
version: "8.0.1",
version: "8.0.2",
elixir: "~> 1.10",
description: "The Official Elixir client for Sentry",
package: package(),
Expand Down

0 comments on commit 824fd35

Please sign in to comment.