Skip to content

Commit f2362ed

Browse files
committed
bump version
1 parent 6d1808c commit f2362ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## v0.9.1 (2017-03-10)
410

511
### Improvements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule OAuth2.Mixfile do
22
use Mix.Project
33

4-
@version "0.9.1"
4+
@version "0.9.2"
55

66
def project do
77
[app: :oauth2,

0 commit comments

Comments
 (0)