From c5927b4dd7802d1c7940e2845095d65768dfe336 Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Fri, 15 Mar 2019 14:31:08 -0700 Subject: [PATCH] Bump version (#29) --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbacc0d..c5800a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.3.0 + +* Use JSON library from Ueberauth +* Bump version of Ueberauth to `0.6` + # v 0.2.4 * Add Poison dependency diff --git a/mix.exs b/mix.exs index a1942d4..191b1d5 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule UeberauthTwitter.Mixfile do use Mix.Project - @version "0.2.4" + @version "0.3.0" @url "https://github.com/ueberauth/ueberauth_twitter" def project do