Skip to content

Commit 4c2b953

Browse files
committed
Roll version
1 parent 38c416f commit 4c2b953

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.6 (TBA)
3+
## v0.5.6 (2020-01-07)
44

55
* Permit associations to be overridden
66
* Updated the documentation for how to set application resource owner

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.5"}
15+
{:ex_oauth2_provider, "~> 0.5.6"}
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.5"
4+
@version "0.5.6"
55

66
def project do
77
[

0 commit comments

Comments
 (0)