We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50486d2 commit a31fde9Copy full SHA for a31fde9
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.0.9
2
+------
3
+#### Changes
4
+* Fix Error in OAuth2Ex.HTTP.decode_body (#10).
5
+ - Elixir Access to structs is only possible with atoms (#13).
6
+
7
0.0.8
8
------
9
#### Changes
mix.exs
@@ -3,7 +3,7 @@ defmodule OAuth2Ex.Mixfile do
def project do
[app: :oauth2ex,
- version: "0.0.8",
+ version: "0.0.9",
elixir: "~> 1.0",
description: description,
package: package,
0 commit comments