diff --git a/CHANGELOG.md b/CHANGELOG.md index d272e19..7800e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.3 + +- Fix subscription sync: `priceId` now updates on plan changes, and `cancelAtPeriodEnd` is correctly derived when Stripe sets `cancel_at` + ## 0.1.2 - Fix updateSubscriptionQuantity: we now pass in STRIPE_SECRET_KEY explicitly.