diff --git a/CHANGELOG.md b/CHANGELOG.md index e8036d9..d76e00a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.8.1 + +* Adds the ability to read GitHub client credentials at runtime, rather than only at compile time. + ## v0.8.0 * Allow private emails [#42](https://github.com/ueberauth/ueberauth_github/pull/42) diff --git a/mix.exs b/mix.exs index 11a99c1..cd280ce 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Ueberauth.Github.Mixfile do use Mix.Project - @version "0.8.0" + @version "0.8.1" def project do [app: :ueberauth_github,