Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Jul 2, 2018
1 parent 8001ee2 commit 7d8e1d5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@

## master

## 6.4.0 (2018-07-02)

## 6.3.0 (2018-04-24)
* Enhancements
* Add documentation detail around including source code (#287)
* Document fingerprinting (#288)
* Document `Sentry.Context` (#289)
* Add CONTRIBUTING.md (#290)
* Document cookie scrubber (#291)
* Document testing with Sentry (#292)

* Bug Fixes
* Change `report_deps` default value to false to avoid compiler bug (#285)
* Limit size of messages (#293)
* Use `elixir_uuid` instead of `uuid` (#295)

## 6.3.0 (2018-06-26)

* Enhancements
* Use the stacktrace passed to Sentry.Event.transform_exception/2 when calling Exception.normalize/3 (#266)
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.3"}]
[{:sentry, "~> 6.4"}]
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.3"}]
[{:sentry, "~> 6.4"}]
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.3.0",
version: "6.4.0",
elixir: "~> 1.3",
description: "The Official Elixir client for Sentry",
package: package(),
Expand Down

0 comments on commit 7d8e1d5

Please sign in to comment.