From d93f9128faaf08d78644d692c153afdf0cf8293a Mon Sep 17 00:00:00 2001 From: Dan Schultzer <1254724+danschultzer@users.noreply.github.com> Date: Wed, 27 Apr 2022 19:38:26 -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 0588b08..6b71c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.4.13 (TBA) +## v0.4.13 (2022-04-27) Now supports `ecto_sql` 3.8.x and requires Elixir 1.11+. diff --git a/README.md b/README.md index 827fea7..aab1fb8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add PowAssent to your list of dependencies in `mix.exs`: defp deps do [ # ... - {:pow_assent, "~> 0.4.12"}, + {:pow_assent, "~> 0.4.13"}, # Optional, but recommended for SSL validation with :httpc adapter {:certifi, "~> 2.4"}, diff --git a/mix.exs b/mix.exs index 6390710..aa396e9 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PowAssent.MixProject do use Mix.Project - @version "0.4.12" + @version "0.4.13" def project do [