diff --git a/Gopkg.lock b/Gopkg.lock index 5b51855..5506819 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -101,7 +101,7 @@ branch = "master" name = "github.com/problame/go-netssh" packages = ["."] - revision = "53a2e445f8ace7ec678f2d8cdd9c1428dfef4562" + revision = "c56ad38d2c91397ad3c8dd9443d7448e328a9e9e" [[projects]] branch = "master" diff --git a/docs/changelog.rst b/docs/changelog.rst index 744ae2e..db22ed1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,6 +14,7 @@ Developers should consult the git commit log or GitHub issue tracker. ------------------ * |feature| :issue:`67`: Expose `Prometheus `_ metrics via HTTP (:ref:`config docs `) +* |bugfix| Goroutine leak on ssh transport connection timeouts 0.0.3 -----