We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2245f commit 18920f2Copy full SHA for 18920f2
metrics-exporter-dogstatsd/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased] - ReleaseDate
10
11
+## [0.9.1] - 2025-03-25
12
+
13
### Fixed
14
15
- The internal forwarder state was left in an inconsistent state after a connection failure was encountered.
metrics-exporter-dogstatsd/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "metrics-exporter-dogstatsd"
3
-version = "0.9.0"
+version = "0.9.1"
4
edition = { workspace = true}
5
rust-version = "1.71.1"
6
0 commit comments