Skip to content

Commit

Permalink
Merge pull request #34 from MaterializeInc/release/v0.9.0
Browse files Browse the repository at this point in the history
Release v0.9.0
  • Loading branch information
arusahni authored Jan 25, 2024
2 parents 4384468 + af7b1f8 commit 3efd461
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Versioning].

## [Unreleased] <!-- #release:date -->

## [0.9.0] - 2024-01-17

* Support `additional_emails` field on `Customer`.

## [0.8.1] - 2024-01-12
Expand Down Expand Up @@ -70,7 +72,8 @@ Versioning].
Initial release.

<!-- #release:next-url -->
[Unreleased]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.8.1...HEAD
[Unreleased]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.8.1...v0.9.0
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
version = "0.9.0"
rust-version = "1.70"
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ An async Rust API client for the [Orb] billing platform.
```
# Cargo.toml
[dependencies]
orb-billing = "0.8.1"
orb-billing = "0.9.0"
```

**[View documentation.](https://docs.rs/orb-billing/0.8.1)**
**[View documentation.](https://docs.rs/orb-billing/0.9.0)**

[Orb]: https://withorb.com

0 comments on commit 3efd461

Please sign in to comment.