Skip to content

Commit b16b23d

Browse files
committed
prepare for release 8.0.
1 parent 8265a44 commit b16b23d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Changelog
22

3+
## 8.0.0 (2020-07-13)
4+
[https://gist.github.com/mitchellhenke/dce120a5515565076b13962ee0be749b](7.x -> 8.0 Upgrade Guide)
5+
6+
* Bug Fixes
7+
* Fix documentation for `Sentry.PlugContext` (#410)
8+
39
## 8.0.0-rc.2 (2020-07-01)
4-
Fix trying to transform erlang error coming from PlugCapture (#406)
10+
* Bug Fixes
11+
* Fix trying to transform erlang error coming from PlugCapture (#406)
512

613
## 8.0.0-rc.1 (2020-06-29)
714

8-
Remove changes that were unintentionally included in build
15+
* Bug Fixes
16+
* Remove changes that were unintentionally included in build
917

1018
## 8.0.0-rc.0 (2020-06-24)
1119

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-rc.2",
7+
version: "8.0.0",
88
elixir: "~> 1.10",
99
description: "The Official Elixir client for Sentry",
1010
package: package(),

0 commit comments

Comments
 (0)