From 04b5b8f43797d7e93b5f7ead3d66a34f617f0b14 Mon Sep 17 00:00:00 2001 From: Dan Schultzer Date: Tue, 9 Apr 2019 08:39:45 -0700 Subject: [PATCH] Roll version --- CHANGELOG.md | 2 +- README.md | 2 +- mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85fa304..0913cc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.2.3 (TBA) +## v0.2.3 (2019-04-09) * Added `:authorization_params` config option to `PowAssent.Strategy.OAuth` * Plug and Phoenix controller now handles `:session_params` rather than `:state` for any params that needs to be stored temporarily during authorization diff --git a/README.md b/README.md index 66e2f7a..f19a2b5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Add PowAssent to your list of dependencies in `mix.exs`: def deps do [ # ... - {:pow_assent, "~> 0.2.2"}, + {:pow_assent, "~> 0.2.3"}, # Optional, but recommended for SSL validation with :httpc adapter {:certifi, "~> 2.4"}, diff --git a/mix.exs b/mix.exs index e760088..fcbf97d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PowAssent.MixProject do use Mix.Project - @version "0.2.2" + @version "0.2.3" def project do [