Skip to content

Commit

Permalink
Bump version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kestred committed Feb 21, 2018
1 parent 1bf8104 commit 604ca89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.4.5 (Feb 20, 2018)

# Changes

* Fixed field `nickname` of `Plan` should be `name`

# Version 0.4.4 (Jan 4, 2018)

## Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stripe-rust" # b.c. stripe and stripe-rs were already taken
version = "0.4.4"
version = "0.4.5"
description = "API bindings for the Stripe v1 HTTP API"
authors = ["Kevin Stenerson <[email protected]>"]
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Put this in your `Cargo.toml`:

```toml
[dependencies]
stripe-rust = "0.4.4"
stripe-rust = "0.4.5"
```

And this in your crate root:
Expand Down

0 comments on commit 604ca89

Please sign in to comment.