We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9196ee commit 97cc5a1Copy full SHA for 97cc5a1
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v0.5.3 (TBA)
+## v0.5.3 (2019-08-02)
4
5
* Fixed bug in `ExOauth2Provider.RedirectURI.valid_for_authorization?/3` where the `:redirect_uri_match_fun` configuration option was not used
6
* Deprecated `ExOauth2Provider.RedirectURI.matches?/2`
README.md
@@ -12,7 +12,7 @@ Add ExOauth2Provider to your list of dependencies in `mix.exs`:
12
def deps do
13
[
14
# ...
15
- {:ex_oauth2_provider, "~> 0.5.2"}
+ {:ex_oauth2_provider, "~> 0.5.3"}
16
17
]
18
end
mix.exs
@@ -1,7 +1,7 @@
defmodule ExOauth2Provider.Mixfile do
use Mix.Project
- @version "0.5.2"
+ @version "0.5.3"
def project do
7
0 commit comments