We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e960d commit 2d90ef3Copy full SHA for 2d90ef3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog for v3.x
2
3
+## v3.6.1 (2021-04-12)
4
+
5
+### Bug fixes
6
7
+ * [migrations] Ensure migration_source option is respected in PostgreSQL adapter
8
9
## v3.6.0 (2021-04-03)
10
11
### Bug fixes
mix.exs
@@ -2,7 +2,7 @@ defmodule EctoSQL.MixProject do
use Mix.Project
@source_url "https://github.com/elixir-ecto/ecto_sql"
- @version "3.6.0"
+ @version "3.6.1"
@adapters ~w(pg myxql tds)
def project do
0 commit comments