Skip to content

Commit

Permalink
Release locale support
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Feb 10, 2016
1 parent b68eddb commit 0fac8c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v 0.3.1

* Add support for missing Locale parameter

# v 0.3.0

* Add support for auth_type
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 @@

```elixir
def deps do
[{:ueberauth_facebook, "~> 0.2"}]
[{:ueberauth_facebook, "~> 0.3"}]
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 UeberauthFacebook.Mixfile do
use Mix.Project

@version "0.3.0"
@version "0.3.1"
@url "https://github.com/ueberauth/ueberauth_facebook"

def project do
Expand Down

0 comments on commit 0fac8c1

Please sign in to comment.