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 0c31333 commit d4f5821Copy full SHA for d4f5821
README.md
@@ -17,7 +17,7 @@ defp application do
17
end
18
19
defp deps do
20
- [{:sentry, "~> 6.0.4"}]
+ [{:sentry, "~> 6.1.0"}]
21
22
```
23
docs/index.rst
@@ -24,7 +24,7 @@ Edit your mix.exs file to add it as a dependency and add the ``:sentry`` package
24
25
26
27
- [{:sentry, "~> 6.0.0"}]
28
29
30
Configuration
mix.exs
@@ -4,7 +4,7 @@ defmodule Sentry.Mixfile do
4
def project do
5
[
6
app: :sentry,
7
- version: "6.0.5",
+ version: "6.1.0",
8
elixir: "~> 1.3",
9
description: "The Official Elixir client for Sentry",
10
package: package(),
0 commit comments