Skip to content

Commit 2d90ef3

Browse files
committed
Release v3.6.1
1 parent a7e960d commit 2d90ef3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for v3.x
22

3+
## v3.6.1 (2021-04-12)
4+
5+
### Bug fixes
6+
7+
* [migrations] Ensure migration_source option is respected in PostgreSQL adapter
8+
39
## v3.6.0 (2021-04-03)
410

511
### Bug fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule EctoSQL.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-ecto/ecto_sql"
5-
@version "3.6.0"
5+
@version "3.6.1"
66
@adapters ~w(pg myxql tds)
77

88
def project do

0 commit comments

Comments
 (0)