Skip to content

Commit 97cc5a1

Browse files
committed
Roll version
1 parent c9196ee commit 97cc5a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.5.3 (TBA)
3+
## v0.5.3 (2019-08-02)
44

55
* Fixed bug in `ExOauth2Provider.RedirectURI.valid_for_authorization?/3` where the `:redirect_uri_match_fun` configuration option was not used
66
* Deprecated `ExOauth2Provider.RedirectURI.matches?/2`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add ExOauth2Provider to your list of dependencies in `mix.exs`:
1212
def deps do
1313
[
1414
# ...
15-
{:ex_oauth2_provider, "~> 0.5.2"}
15+
{:ex_oauth2_provider, "~> 0.5.3"}
1616
# ...
1717
]
1818
end

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExOauth2Provider.Mixfile do
22
use Mix.Project
33

4-
@version "0.5.2"
4+
@version "0.5.3"
55

66
def project do
77
[

0 commit comments

Comments
 (0)