Skip to content

Commit 4c3160b

Browse files
committed
prepare for release 8.0.0-rc.2
1 parent 3ed8f1a commit 4c3160b

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.0-rc.2 (2020-07-01)
4+
Fix trying to transform erlang error coming from PlugCapture (#406)
5+
6+
## 8.0.0-rc.1 (2020-06-29)
7+
8+
Remove changes that were unintentionally included in build
9+
310
## 8.0.0-rc.0 (2020-06-24)
411

512
* Enhancements

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

0 commit comments

Comments
 (0)