diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b3c112..b6baaf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.7.4] - 2022-11-02 + +### Fixed +- Bumped `paramiko` dependency to latest version (2.11.0) to fix a deprecation warning + ## [0.7.3] - 2022-08-26 ### Fixed diff --git a/VERSION b/VERSION index 256ca2b..26d2f58 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.3+dev \ No newline at end of file +0.7.4+dev \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 606d878..e440f2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -paramiko==2.10.1 +paramiko~=2.11.0 python-dateutil~=2.8.1 retry==0.9.2 pygtail==0.11.1