File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v0.5.0 (TBA )
3+ ## v0.5.0 (2019-05-08 )
44
55This 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Add PhoenixOauth2Provider to your list of dependencies in `mix.exs`:
1212def deps do
1313 [
1414 # ...
15- {:phoenix_oauth2_provider , " ~> 0.4.1 " }
15+ {:phoenix_oauth2_provider , " ~> 0.5.0 " }
1616 # ...
1717 ]
1818end
Original file line number Diff line number Diff line change 11defmodule PhoenixOauth2Provider.Mixfile do
22 use Mix.Project
33
4- @ version "0.4.1 "
4+ @ version "0.5.0 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments