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 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
Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments