diff --git a/CHANGELOG.md b/CHANGELOG.md index a12d858..c6ade08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index df654ac..d5ab1a8 100644 --- a/mix.exs +++ b/mix.exs @@ -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,