Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Feb 15, 2017
1 parent 3ea13b4 commit ae4b5bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

## master

## 2.2.0 (2017-02-15)

* Enhancements
* Allow setting `hackney_opts`
* Add `Sentry.capture_message/1`
* Allow reading `:dsn` from System at runtime by configuring as `{:system, "ENV_VAR"}`

* Bug Fixes
* Fix

## 2.1.0 (2016-12-17)

* Enhancements
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: "2.1.0",
version: "2.2.0",
elixir: "~> 1.3",
description: "The Official Elixir client for Sentry",
package: package(),
Expand Down

0 comments on commit ae4b5bf

Please sign in to comment.