diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d856c8..b9dd8bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Versioning]. ## [Unreleased] +## [0.8.1] - 2024-01-12 + * Fix bug causing deserialization errors when `get_customer_costs` responses contained null price dimension values. @@ -66,7 +68,8 @@ Versioning]. Initial release. -[Unreleased]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.8.0...HEAD +[Unreleased]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.8.1...HEAD +[0.8.1]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.7.2...v0.8.0 [0.7.2]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.7.0...v0.7.1 diff --git a/Cargo.toml b/Cargo.toml index 20016ab..600ca29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" categories = ["api-bindings", "web-programming"] keywords = ["orb", "billing", "api", "sdk"] repository = "https://github.com/MaterializeInc/rust-orb-billing" -version = "0.8.0" +version = "0.8.1" rust-version = "1.70" edition = "2021" diff --git a/README.md b/README.md index 8f546a5..447bcbe 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ An async Rust API client for the [Orb] billing platform. ``` # Cargo.toml [dependencies] -orb-billing = "0.8.0" +orb-billing = "0.8.1" ``` -**[View documentation.](https://docs.rs/orb-billing/0.8.0)** +**[View documentation.](https://docs.rs/orb-billing/0.8.1)** [Orb]: https://withorb.com