We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869510c commit 7225df6Copy full SHA for 7225df6
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v4.7.0
4
+
5
+* Bug fixes
6
+ * Disable migration lock when checking for pending migrations to avoid slow downs
7
8
## v4.6.6
9
10
* Bug fixes
mix.exs
@@ -2,7 +2,7 @@ defmodule PhoenixEcto.Mixfile do
use Mix.Project
@source_url "https://github.com/phoenixframework/phoenix_ecto"
- @version "4.6.6"
+ @version "4.7.0"
def project do
[
0 commit comments