File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## 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 )
5
12
6
13
## 8.0.0-rc.1 (2020-06-29)
7
14
8
- Remove changes that were unintentionally included in build
15
+ * Bug Fixes
16
+ * Remove changes that were unintentionally included in build
9
17
10
18
## 8.0.0-rc.0 (2020-06-24)
11
19
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
4
4
def project do
5
5
[
6
6
app: :sentry ,
7
- version: "8.0.0-rc.2 " ,
7
+ version: "8.0.0" ,
8
8
elixir: "~> 1.10" ,
9
9
description: "The Official Elixir client for Sentry" ,
10
10
package: package ( ) ,
You can’t perform that action at this time.
0 commit comments