Skip to content

Commit

Permalink
chore(release): 0.23.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.23.0](arlyon/async-stripe@v0.22.2...v0.23.0) (2023-09-06)

### Bug Fixes

* don't pin time-core for msrv ([00a9a1d](arlyon@00a9a1d))
* Update hyper-rustls to fix RUSTSEC-2023-0052 ([7c31f76](arlyon@7c31f76))

### Features

* add support for connect tokens ([b7c5489](arlyon@b7c5489))
* add tax calculation api behind a feature ([2266ed1](arlyon@2266ed1))
* handle currency_options ([1bb8165](arlyon@1bb8165))
  • Loading branch information
semantic-release-bot committed Sep 6, 2023
1 parent ee48cda commit 34aafac
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.23.0](https://github.com/arlyon/async-stripe/compare/v0.22.2...v0.23.0) (2023-09-06)


### Bug Fixes

* don't pin time-core for msrv ([00a9a1d](https://github.com/arlyon/async-stripe/commit/00a9a1d0067461f94ce978fd3b1885b3d2b8b6b6))
* Update hyper-rustls to fix RUSTSEC-2023-0052 ([7c31f76](https://github.com/arlyon/async-stripe/commit/7c31f76b0272031efabc7bda29ee12967d67ed10))


### Features

* add support for connect tokens ([b7c5489](https://github.com/arlyon/async-stripe/commit/b7c5489240eed0bd28e720eeda08afaf71bfa0eb))
* add tax calculation api behind a feature ([2266ed1](https://github.com/arlyon/async-stripe/commit/2266ed1196f6c9662d38815583ea266d170ff67f))
* handle currency_options ([1bb8165](https://github.com/arlyon/async-stripe/commit/1bb8165673eabdf157856de170ad47a1066ae362))

## [0.22.2](https://github.com/arlyon/async-stripe/compare/v0.22.1...v0.22.2) (2023-05-11)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [

[package]
name = "async-stripe"
version = "0.22.2"
version = "0.23.0"
description = "API bindings for the Stripe HTTP API"
rust-version = "1.68.0"
authors = [
Expand Down

0 comments on commit 34aafac

Please sign in to comment.