Skip to content

Commit a7ce678

Browse files
committed
prepare for release
1 parent eb039d2 commit a7ce678

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## master
44

5+
6+
## 6.3.0 (2018-04-24)
7+
8+
* Enhancements
9+
* Use the stacktrace passed to Sentry.Event.transform_exception/2 when calling Exception.normalize/3 (#266)
10+
* Reduce Logger noise in HTTP Client (#274)
11+
* Use `Plug.Conn.get_peer_data/1` (#273)
12+
13+
* Bug Fixes
14+
* Add documentation for capturing arbitrary events (#272)
15+
* Fix typo in README.md (#277)
16+
517
## 6.2.1 (2018-04-24)
618

719
* Enhancements

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.2.1"}]
20+
[{:sentry, "~> 6.3"}]
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, "~> 6.2.1"}]
27+
[{:sentry, "~> 6.3"}]
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: "6.2.1",
7+
version: "6.3.0",
88
elixir: "~> 1.3",
99
description: "The Official Elixir client for Sentry",
1010
package: package(),

0 commit comments

Comments
 (0)