From 1402f801e55ab98aa3227299e267212631625992 Mon Sep 17 00:00:00 2001 From: Sean Callan Date: Mon, 26 Dec 2016 20:30:35 -0700 Subject: [PATCH] Release 0.4.1 --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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,