Skip to content

Commit

Permalink
Release of version 1.5 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
confact authored Jan 8, 2023
1 parent 347ed1a commit 89d2d21
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
crystal_version:
- 0.36.1
- 1.0.0
- 1.1.1
- 1.5.0
- latest
experimental: [false]
include:
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v1.5

### API changes
- Remove deprecated [`Stripe::Plans`](https://stripe.com/docs/api/plans) (https://github.com/confact/stripe.cr/pull/55)
- Added support for [`Stripe::Coupon#retrieve`](https://stripe.com/docs/api/coupons/retrieve) (https://github.com/confact/stripe.cr/pull/43)

### Misc improvements
- Add metadata, subscription_data, and payment_method_types to Checkout::Session (https://github.com/confact/stripe.cr/pull/43)
- Added support for list helper method (https://github.com/confact/stripe.cr/pull/40)
- Add payment intent data to Checkout::Session (https://github.com/confact/stripe.cr/pull/52)
- Make request.id optional for `Stripe::Event` (https://github.com/confact/stripe.cr/pull/41)
- Update account_balance to balance for Customer (https://github.com/confact/stripe.cr/pull/50)
- Add promotion_code as discount to Checkout::Session (https://github.com/confact/stripe.cr/pull/49)
- Added support for delete helper method (https://github.com/confact/stripe.cr/pull/42)
- Fix bug with incorrect params in list helper method (https://github.com/confact/stripe.cr/pull/58)

## v1.4

### API additions
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stripe
description: A Stripe API wrapper for the Crystal language
version: 1.4.0
version: 1.5.0

license: MIT

Expand Down

0 comments on commit 89d2d21

Please sign in to comment.