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 0bf3982 commit e561c8cCopy full SHA for e561c8c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## master
+## 2.1.0 (2016-12-17)
4
5
* Enhancements
6
* Allow filtering which exceptions are sent via `Sentry.EventFilter` behaviour
mix.exs
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
7
- version: "2.0.2",
+ version: "2.1.0",
8
elixir: "~> 1.3",
9
description: "The Official Elixir client for Sentry",
10
package: package(),
0 commit comments