Skip to content

Commit e83dac4

Browse files
committed
prepare release
1 parent f0c6a5a commit e83dac4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defp application do
1717
end
1818

1919
defp deps do
20-
[{:sentry, "~> 6.0.0"}]
20+
[{:sentry, "~> 6.0.4"}]
2121
end
2222
```
2323

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: "6.0.3",
7+
version: "6.0.4",
88
elixir: "~> 1.3",
99
description: "The Official Elixir client for Sentry",
1010
package: package(),

0 commit comments

Comments
 (0)