diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b1e3c30..c3fb03ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.3.11 + ++ Fix custom SSH config parsing to support latest Paramiko features (`Match` directives) ++ Fix error loading SSH keys with passwords (try all key formats before failing) + # v1.3.10 + Properly escape postgresql role/database/owner operation commands (@RobWouters) diff --git a/pyinfra/version.py b/pyinfra/version.py index f1a3fb0e2..6c6a2beab 100644 --- a/pyinfra/version.py +++ b/pyinfra/version.py @@ -1 +1 @@ -__version__ = '1.3.10' +__version__ = '1.3.11'