Skip to content

Commit

Permalink
release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Jul 18, 2017
1 parent e0503b2 commit 0ca3b9b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master

## 5.0.1 (2017-07-18)
* Bug Fixes
* Fix logger and context usage (#185)

## 5.0.0 (2017-07-10)
* Backward incompatible changes
* Allow specifying sync/async/none when getting result of sending event (#174)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defp application do
end

defp deps do
[{:sentry, "~> 5.0.0"}]
[{:sentry, "~> 5.0.1"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Edit your mix.exs file to add it as a dependency and add the ``:sentry`` package
end
defp deps do
[{:sentry, "~> 5.0.0"}]
[{:sentry, "~> 5.0.1"}]
end
Configuration
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
def project do
[
app: :sentry,
version: "5.0.0",
version: "5.0.1",
elixir: "~> 1.3",
description: "The Official Elixir client for Sentry",
package: package(),
Expand Down

0 comments on commit 0ca3b9b

Please sign in to comment.