Skip to content

Commit 3f79b20

Browse files
committed
update version and changelog
1 parent fefbce7 commit 3f79b20

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.8.0 (2016-10-05)
4+
5+
### Bug Fixes
6+
7+
* Fixed an issue where checking the `content-type` was defaulting to
8+
`application/json` causing Poison to explode.
9+
310
## v0.7.0 (2016-08-16)
411

512
### Improvements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818

1919
defp deps do
2020
# Add the dependency
21-
[{:oauth2, "~> 0.7"}]
21+
[{:oauth2, "~> 0.8"}]
2222
end
2323
```
2424

mix.exs

Lines changed: 1 addition & 1 deletion
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.7.0"
4+
@version "0.8.0"
55

66
def project do
77
[app: :oauth2,

0 commit comments

Comments
 (0)