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 7a458a8 commit 1259e7bCopy full SHA for 1259e7b
CHANGELOG.md
@@ -2,9 +2,11 @@
2
3
## master
4
5
+## 6.0.5 (2017-12-7)
6
+
7
* Enhancements
8
* Improve README documentation (#236)
- * Fix GenEvent warning (#237)
9
+ * Fix GenEvent warning (#237, #239)
10
* Bug Fixes
11
* Fix error\_type reported in Sentry.Plug (#238)
12
mix.exs
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
- version: "6.0.4",
+ version: "6.0.5",
elixir: "~> 1.3",
description: "The Official Elixir client for Sentry",
package: package(),
0 commit comments