diff --git a/CHANGELOG.md b/CHANGELOG.md index 9852a42e..4194f9f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 9.2.1 + +* Fix docs.rs documentation features + ## 9.2.0 * Add initial support for the [Glommio](https://github.com/DataDog/glommio) runtime diff --git a/Cargo.toml b/Cargo.toml index f44952fe..f7a87193 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ name = "fred" readme = "README.md" repository = "https://github.com/aembke/fred.rs" rust-version = "1.75" -version = "9.2.0" +version = "9.2.1" [package.metadata.docs.rs] # do not show the glommio version of the docs @@ -23,7 +23,7 @@ features = [ "dns", "metrics", "mocks", - "monnitor", + "monitor", "replicas", "sentinel-auth", "sentinel-client",