Skip to content

Commit

Permalink
release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arusahni committed Mar 29, 2024
1 parent 3f5ebaf commit 87d6697
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.11.0] - 2024-03-29

* Add `portal_url` to `Customer`.
* Add `require_successful_payment` field to the `CreditLedgerInvoiceSettingsRequestParams`.
* Bump MSRV to 1.75.
Expand Down Expand Up @@ -83,7 +85,8 @@ Versioning].
Initial release.

<!-- #release:next-url -->
[Unreleased]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.10.0...HEAD
[Unreleased]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/MaterializeInc/rust-orb-billing/compare/v0.9.0...v0.10.0
[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
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.10.0"
version = "0.11.0"
rust-version = "1.75"
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.10.0"
orb-billing = "0.11.0"
```

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

[Orb]: https://withorb.com

0 comments on commit 87d6697

Please sign in to comment.