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 1c736a1 commit 4f0467dCopy full SHA for 4f0467d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v0.5.1 (TBA)
+## v0.5.1 (2019-05-08)
4
5
* Require ExOauth2Provider v0.5.1
6
* Pass configuration to all ExOauth2Provider methods
README.md
@@ -12,7 +12,7 @@ Add PhoenixOauth2Provider to your list of dependencies in `mix.exs`:
12
def deps do
13
[
14
# ...
15
- {:phoenix_oauth2_provider, "~> 0.5.0"}
+ {:phoenix_oauth2_provider, "~> 0.5.1"}
16
17
]
18
end
mix.exs
@@ -1,7 +1,7 @@
defmodule PhoenixOauth2Provider.Mixfile do
use Mix.Project
- @version "0.5.0"
+ @version "0.5.1"
def project do
7
0 commit comments