We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed8f1a commit 4c3160bCopy full SHA for 4c3160b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 8.0.0-rc.0 (2020-06-24)
11
12
* Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
- version: "8.0.0-rc.1",
+ version: "8.0.0-rc.2",
elixir: "~> 1.10",
description: "The Official Elixir client for Sentry",
package: package(),
0 commit comments