We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1808c commit f2362edCopy full SHA for f2362ed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.9.2 (2017-11-17)
4
+
5
+### Bug fixes
6
7
+* Updates the `OAuth2.Client.get_token!` function to handle error `OAuth2.Response` structs.
8
9
## v0.9.1 (2017-03-10)
10
11
### Improvements
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,
0 commit comments