Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Oct 5, 2016
1 parent fefbce7 commit 3f79b20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.8.0 (2016-10-05)

### Bug Fixes

* Fixed an issue where checking the `content-type` was defaulting to
`application/json` causing Poison to explode.

## v0.7.0 (2016-08-16)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ end

defp deps do
# Add the dependency
[{:oauth2, "~> 0.7"}]
[{:oauth2, "~> 0.8"}]
end
```

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.7.0"
@version "0.8.0"

def project do
[app: :oauth2,
Expand Down

0 comments on commit 3f79b20

Please sign in to comment.