diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8ca896..8b18ced6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog for v3.x +## v3.5.1 (2020-10-12) + +### Enhancements + + * [tds] Support explain plan for the TDS adapter + +### Bug fix + + * [migrations] Reload all migrations once the lock is free to avoid running the same migration more than once + * [query] Support nested subqueries + ## v3.5.0 (2020-10-03) ### Enhancements diff --git a/mix.exs b/mix.exs index 3ad87d32..9ebc7573 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule EctoSQL.MixProject do use Mix.Project - @version "3.5.0" + @version "3.5.1" @adapters ~w(pg myxql tds) def project do