Skip to content

Commit a31fde9

Browse files
committed
Update CHANGELOG
1 parent 50486d2 commit a31fde9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
0.0.8
28
------
39
#### Changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule OAuth2Ex.Mixfile do
33

44
def project do
55
[app: :oauth2ex,
6-
version: "0.0.8",
6+
version: "0.0.9",
77
elixir: "~> 1.0",
88
description: description,
99
package: package,

0 commit comments

Comments
 (0)