Skip to content

Commit ac72c95

Browse files
committed
prepare release
1 parent 06851a6 commit ac72c95

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

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

3-
## master
3+
## 6.0.0 (2017-08-29)
4+
5+
See these [`5.0.0` to `6.0.0` upgrade instructions](https://gist.github.com/mitchellhenke/ffe2048e708fd7dd32d8d0a843daddf3) to update your existing app.
6+
47
* Breaking Changes
58
* Remove use\_error\_logger configuration (#196)
69
* enable\_source\_code\_context is no longer required configuration (#201)

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, "~> 5.0.1"}]
20+
[{:sentry, "~> 6.0.0"}]
2121
end
2222
```
2323

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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, "~> 5.0.1"}]
27+
[{:sentry, "~> 6.0.0"}]
2828
end
2929
3030
Configuration

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

0 commit comments

Comments
 (0)