Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Dec 27, 2016
1 parent 35fd60c commit 1402f80
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v 0.4.1

* Avoid exceptions when team is missing

# v 0.4.0

* Target Elixir 1.3 or greater
* Pin OAuth2 to 0.6.0
* Update dependencies
* Fix warnings

# v 0.3.0

* Load team information when scope is present
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule UeberauthSlack.Mixfile do
use Mix.Project

@version "0.4.0"
@version "0.4.1"

def project do
[app: :ueberauth_slack,
Expand Down

0 comments on commit 1402f80

Please sign in to comment.