diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 829bacf..c51ef37 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2021-11-25 + +### Fixed + +- Sending (bytes) commands to HAProxy connections + ## [0.1.0] - 2021-11-08 ### Added @@ -15,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for HAproxy 1.7.x - Cross Python versions compatibility -[Unreleased]: https://github.com/immobiliare/collectd-haproxy-plugin/compare/0.1.0...HEAD +[Unreleased]: https://github.com/immobiliare/collectd-haproxy-plugin/compare/0.1.1...HEAD +[0.1.1]: https://github.com/immobiliare/collectd-haproxy-plugin/releases/tag/0.1.1 [0.1.0]: https://github.com/immobiliare/collectd-haproxy-plugin/releases/tag/0.1.0