diff --git a/CHANGELOG.md b/CHANGELOG.md index 8573fcc..85764e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.9.2 (2017-11-17) + +### Bug fixes + +* Updates the `OAuth2.Client.get_token!` function to handle error `OAuth2.Response` structs. + ## v0.9.1 (2017-03-10) ### Improvements diff --git a/mix.exs b/mix.exs index 85cbaca..488d433 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule OAuth2.Mixfile do use Mix.Project - @version "0.9.1" + @version "0.9.2" def project do [app: :oauth2,