Skip to content

Commit e561c8c

Browse files
committed
release 2.1.0
1 parent 0bf3982 commit e561c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## master
3+
## 2.1.0 (2016-12-17)
44

55
* Enhancements
66
* Allow filtering which exceptions are sent via `Sentry.EventFilter` behaviour

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
44
def project do
55
[
66
app: :sentry,
7-
version: "2.0.2",
7+
version: "2.1.0",
88
elixir: "~> 1.3",
99
description: "The Official Elixir client for Sentry",
1010
package: package(),

0 commit comments

Comments
 (0)