From 1909c2ed821e83b13d7d764eaa777222718c85d4 Mon Sep 17 00:00:00 2001 From: Sean Callan Date: Thu, 4 Feb 2016 19:06:17 -0800 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bdaa90..167b965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v 0.3.0 + +* Add support for auth_type +* Support for additional request variables + # v 0.2.1 * Add missing `profile_fields` parameter diff --git a/mix.exs b/mix.exs index 147f8b0..9a7081c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule UeberauthFacebook.Mixfile do use Mix.Project - @version "0.2.1" + @version "0.3.0" @url "https://github.com/ueberauth/ueberauth_facebook" def project do