File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 22
33## master
44
5- ## 6.0.3 (2016-11-01)
5+ ## 6.0.4 (2017-11-20)
6+
7+ * Enhancements
8+ * Allow string for included_environments by splitting on commas (#234 )
9+ * Bug Fixes
10+ * Handle : error when sending test event (#228 )
11+
12+ ## 6.0.3 (2017-11-01)
613
714* Enhancements
815 * Fix tests for differing versions of Erlang/Elixir (#221 )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ defp application do
1717end
1818
1919defp deps do
20- [{:sentry , " ~> 6.0.0 " }]
20+ [{:sentry , " ~> 6.0.4 " }]
2121end
2222```
2323
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: "6.0.3 " ,
7+ version: "6.0.4 " ,
88 elixir: "~> 1.3" ,
99 description: "The Official Elixir client for Sentry" ,
1010 package: package ( ) ,
You can’t perform that action at this time.
0 commit comments