Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Jun 26, 2018
1 parent eb039d2 commit a7ce678
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## master


## 6.3.0 (2018-04-24)

* Enhancements
* Use the stacktrace passed to Sentry.Event.transform_exception/2 when calling Exception.normalize/3 (#266)
* Reduce Logger noise in HTTP Client (#274)
* Use `Plug.Conn.get_peer_data/1` (#273)

* Bug Fixes
* Add documentation for capturing arbitrary events (#272)
* Fix typo in README.md (#277)

## 6.2.1 (2018-04-24)

* Enhancements
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, "~> 6.2.1"}]
[{:sentry, "~> 6.3"}]
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, "~> 6.2.1"}]
[{:sentry, "~> 6.3"}]
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: "6.2.1",
version: "6.3.0",
elixir: "~> 1.3",
description: "The Official Elixir client for Sentry",
package: package(),
Expand Down

0 comments on commit a7ce678

Please sign in to comment.