Skip to content

Commit

Permalink
Update changelog/release v1.3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Apr 20, 2021
1 parent df4fa60 commit dc8a77b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyinfra/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.10'
__version__ = '1.3.11'

0 comments on commit dc8a77b

Please sign in to comment.