File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## master
4+
5+ ## 3.0.0 (2017-03-02)
46* Enhancements
57 * Add dialyzer support (#128 )
68* Backward incompatible changes
7- * Return ` :error ` instead of raising when encoding invalid JSON (#131 )
8- * Start and use separate Sentry hackney pool instead of default (#130 )
99 * Fix default configuration (#124 )
10+ * Start and use separate Sentry hackney pool instead of default (#130 )
11+ * Return ` :error ` instead of raising when encoding invalid JSON (#131 )
1012
1113## 2.2.0 (2017-02-15)
1214
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ defp application do
1717end
1818
1919defp deps do
20- [{:sentry , " ~> 2.2 .0" }]
20+ [{:sentry , " ~> 3.0 .0" }]
2121end
2222```
2323
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Edit your mix.exs file to add it as a dependency and add the ``:sentry`` package
2424 end
2525
2626 defp deps do
27- [{:sentry, "~> 2.2 .0"}]
27+ [{:sentry, "~> 3.0 .0"}]
2828 end
2929
3030 Configuration
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: "2.2 .0" ,
7+ version: "3.0 .0" ,
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