diff --git a/CHANGELOG.md b/CHANGELOG.md index a15b366e7..ccfa67beb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ # Changelog +## 9.5.0-beta.1 - 2023-10-05 +* [#1278](https://github.com/stripe/stripe-ruby/pull/1278) Update generated code for beta + * Add support for `mark_draft` and `mark_stale` methods on resource `Quote` + * Remove support for `draft_quote` and `mark_stale_quote` methods on resource `Quote` + * Rename `preview_invoice_lines` to `list_preview_invoice_lines` on resource `Quote` + + ## 9.4.0-beta.3 - 2023-09-28 * [#1276](https://github.com/stripe/stripe-ruby/pull/1276) Update generated code for beta - * Rename resources `Issuing.CardDesign` and `Issuing.CardBundle` to `Issuing.PersonalizationDesign` and `Issuing.PhysicalBundle` + * Rename resources `Issuing.CardDesign` and `Issuing.CardBundle` to `Issuing.PersonalizationDesign` and `Issuing.PhysicalBundle` ## 9.4.0-beta.2 - 2023-09-21 * [#1273](https://github.com/stripe/stripe-ruby/pull/1273) Update generated code for beta diff --git a/VERSION b/VERSION index a4a38ecd9..d8e4c6732 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.4.0-beta.3 +9.5.0-beta.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index a7f6e2947..c52a4c7d7 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "9.4.0-beta.3" + VERSION = "9.5.0-beta.1" end