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 2ee0684 commit c131a74Copy full SHA for c131a74
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v4.6.5
4
+
5
+* Bug fixes
6
+ * Unallow existing allowances when attempting to allow a Plug to access a connection
7
8
## v4.6.4
9
10
* Enhancements
mix.exs
@@ -2,7 +2,7 @@ defmodule PhoenixEcto.Mixfile do
use Mix.Project
@source_url "https://github.com/phoenixframework/phoenix_ecto"
- @version "4.6.4"
+ @version "4.6.5"
def project do
[
0 commit comments