diff --git a/CHANGELOG.md b/CHANGELOG.md index fedf207d9..e91152a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 9c6772e1d..ec50c5c7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] license = "MIT/Apache-2.0" diff --git a/README.md b/README.md index 9ef5880f2..6772f5894 100644 --- a/README.md +++ b/README.md @@ -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: