Skip to content

Commit 363f786

Browse files
committed
Roll version
1 parent b0acc8b commit 363f786

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Changelog
22

3-
## v0.5.0 (TBA)
3+
## v0.5.0 (2019-05-08)
44

55
This is a full rewrite of the library, and are several breaking changes. You're encouraged to test your app well if you upgrade from 0.4.x.
66

77
### 1. ExOauth2Provider
88

9-
Read the [ExOauth2Provider CHANGELOG.md](https://github.com/danschultzer/ex_oauth2_provider) for upgrade instructions.
9+
Read the [ExOauth2Provider](https://github.com/danschultzer/ex_oauth2_provider) CHANGELOG.md for upgrade instructions.
1010

1111
### 2. Routes
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add PhoenixOauth2Provider to your list of dependencies in `mix.exs`:
1212
def deps do
1313
[
1414
# ...
15-
{:phoenix_oauth2_provider, "~> 0.4.1"}
15+
{:phoenix_oauth2_provider, "~> 0.5.0"}
1616
# ...
1717
]
1818
end

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule PhoenixOauth2Provider.Mixfile do
22
use Mix.Project
33

4-
@version "0.4.1"
4+
@version "0.5.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)