Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kestred committed Sep 11, 2019
1 parent e6504d0 commit cfc1e86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 0.11.0 (TBD)
# Version 0.11.0 (September 11, 2019)

## Features
- The `stripe-version` header can now be set/customized with the `Client::with_headers` method.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["openapi"]

[package]
name = "stripe-rust" # b.c. stripe and stripe-rs were already taken
version = "0.10.5"
version = "0.11.0"
description = "API bindings for the Stripe v1 HTTP API"
authors = [
"Anna Baldwin <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Put this in your `Cargo.toml`:

```toml
[dependencies]
stripe-rust = "0.10"
stripe-rust = "0.11"
```

And this in your crate root:
Expand Down

0 comments on commit cfc1e86

Please sign in to comment.