Skip to content

Commit 7b4295a

Browse files
committed
prepare for release 8.0.1
1 parent 5ce0a8f commit 7b4295a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 8.0.1 (2020-08-08)
4+
5+
* Enhancements
6+
* Add plug parsing errors to list of default excluded params (#414)
7+
* Make Sentry.PlugContext.scrub\_map public (#417)
8+
* Allow users to configure maximum number of breadcrumbs (#418)
9+
310
## 8.0.0 (2020-07-13)
411
[7.x -> 8.0 Upgrade Guide](https://gist.github.com/mitchellhenke/dce120a5515565076b13962ee0be749b)
512

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
44
def project do
55
[
66
app: :sentry,
7-
version: "8.0.0",
7+
version: "8.0.1",
88
elixir: "~> 1.10",
99
description: "The Official Elixir client for Sentry",
1010
package: package(),

0 commit comments

Comments
 (0)