Skip to content

Commit b2098cd

Browse files
committed
prepare for release 8.0.6
1 parent d245842 commit b2098cd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
## 8.0.6 (2021-02-14)
6+
7+
* Bug Fixes
8+
* Remove function that disables non-group leader logging (#467)
9+
* Handle :unsampled events in `Sentry.send_test_event` (#474)
10+
* Fix dialyzer reporting unmatched\_return for Sentry.PlugCapture (#475)
11+
* Use correct `Plug.Parsers` exception module (#482)
12+
513
## 8.0.5 (2021-02-14)
614

715
* Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Sentry.Mixfile do
22
use Mix.Project
33

4-
@version "8.0.5"
4+
@version "8.0.6"
55
@source_url "https://github.com/getsentry/sentry-elixir"
66

77
def project do

0 commit comments

Comments
 (0)