Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Nov 17, 2017
1 parent 6d1808c commit f2362ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule OAuth2.Mixfile do
use Mix.Project

@version "0.9.1"
@version "0.9.2"

def project do
[app: :oauth2,
Expand Down

0 comments on commit f2362ed

Please sign in to comment.