We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefbce7 commit 3f79b20Copy full SHA for 3f79b20
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## v0.7.0 (2016-08-16)
11
12
### Improvements
README.md
@@ -18,7 +18,7 @@ end
18
19
defp deps do
20
# Add the dependency
21
- [{:oauth2, "~> 0.7"}]
+ [{:oauth2, "~> 0.8"}]
22
end
23
```
24
mix.exs
@@ -1,7 +1,7 @@
defmodule OAuth2.Mixfile do
use Mix.Project
- @version "0.7.0"
+ @version "0.8.0"
def project do
[app: :oauth2,
0 commit comments