From 6b74cfa5c093428982fe4c56ced7dd4812ce9d4a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:36:09 +0000 Subject: [PATCH 1/3] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index fbae033a..df6a1658 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 232 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e1f7516f9b6e2330afbb9f36fc3721a0c6b43947b8996105fa21d551591a3950.yml -openapi_spec_hash: 782bc3e21cf8b511cf17b2a48600a67e +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a346156e1c92685f35444b555f4377754561632a4862de4d97138a55e7efb8f4.yml +openapi_spec_hash: 0c7c2f7a5eb38d82f9f0d4bbcd9fa53d config_hash: 4b562e97b3d8b4cba758a87d4927a76d From 25f8fe597c7fd927f1771635fb4a80379a3b6c72 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:12:02 +0000 Subject: [PATCH 2/3] feat(api): api update --- .stats.yml | 4 ++-- accountstatement.go | 2 +- achtransfer.go | 4 ++-- bookkeepingaccount.go | 2 +- bookkeepingentry.go | 2 +- cardpayment.go | 20 ++++++++++---------- cardpushtransfer.go | 2 +- digitalcardprofile.go | 2 +- filelink.go | 2 +- inboundachtransfer.go | 2 +- inboundmailitem.go | 2 +- inboundwiredrawdownrequest.go | 2 +- pendingtransaction.go | 4 ++-- physicalcardprofile.go | 2 +- simulationachtransfer.go | 4 ++-- simulationcardincrement.go | 2 +- simulationdigitalwallettokenrequest.go | 2 +- transaction.go | 16 ++++++++-------- 18 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.stats.yml b/.stats.yml index df6a1658..9bcba9df 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 232 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a346156e1c92685f35444b555f4377754561632a4862de4d97138a55e7efb8f4.yml -openapi_spec_hash: 0c7c2f7a5eb38d82f9f0d4bbcd9fa53d +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1127bb6ee64bebab1bbf8ecbd9ec71c0deb5ca8552fd454fa2ec120fd9eac14a.yml +openapi_spec_hash: 9fedc9dc133202e4d39bf7bffe4839d9 config_hash: 4b562e97b3d8b4cba758a87d4927a76d diff --git a/accountstatement.go b/accountstatement.go index 72821ae5..cf05f32d 100644 --- a/accountstatement.go +++ b/accountstatement.go @@ -84,7 +84,7 @@ type AccountStatement struct { // The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Account // Statement was created. CreatedAt time.Time `json:"created_at,required" format:"date-time"` - // The Account's balance at the start of its statement period. + // The Account's balance at the end of its statement period. EndingBalance int64 `json:"ending_balance,required"` // The identifier of the File containing a PDF of the statement. FileID string `json:"file_id,required"` diff --git a/achtransfer.go b/achtransfer.go index 91dc8294..1523ed5e 100644 --- a/achtransfer.go +++ b/achtransfer.go @@ -164,7 +164,7 @@ type ACHTransfer struct { InboundFundsHold ACHTransferInboundFundsHold `json:"inbound_funds_hold,required,nullable"` // Your identifier for the transfer recipient. IndividualID string `json:"individual_id,required,nullable"` - // The name of the transfer recipient. This value is information and not verified + // The name of the transfer recipient. This value is informational and not verified // by the recipient's bank. IndividualName string `json:"individual_name,required,nullable"` // The transfer's network. @@ -1106,7 +1106,7 @@ type ACHTransferSubmission struct { // settlement schedule) at the time the transfer was submitted. EffectiveDate time.Time `json:"effective_date,required" format:"date"` // When the transfer is expected to settle in the recipient's account. Credits may - // be available sooner, at the receiving banks discretion. The FedACH schedule is + // be available sooner, at the receiving bank's discretion. The FedACH schedule is // published // [here](https://www.frbservices.org/resources/resource-centers/same-day-ach/fedach-processing-schedule.html). ExpectedFundsSettlementAt time.Time `json:"expected_funds_settlement_at,required" format:"date-time"` diff --git a/bookkeepingaccount.go b/bookkeepingaccount.go index e971680e..c2dee404 100644 --- a/bookkeepingaccount.go +++ b/bookkeepingaccount.go @@ -171,7 +171,7 @@ func (r BookkeepingAccountType) IsKnown() bool { return false } -// Represents a request to lookup the balance of an Bookkeeping Account at a given +// Represents a request to lookup the balance of a Bookkeeping Account at a given // point in time. type BookkeepingBalanceLookup struct { // The Bookkeeping Account's current balance, representing the sum of all diff --git a/bookkeepingentry.go b/bookkeepingentry.go index d6a6f38e..07322f08 100644 --- a/bookkeepingentry.go +++ b/bookkeepingentry.go @@ -86,7 +86,7 @@ type BookkeepingEntry struct { Amount int64 `json:"amount,required"` // When the entry set was created. CreatedAt time.Time `json:"created_at,required" format:"date-time"` - // The identifier for the Account the Entry belongs to. + // The identifier for the Entry Set the Entry belongs to. EntrySetID string `json:"entry_set_id,required"` // A constant representing the object's type. For this resource it will always be // `bookkeeping_entry`. diff --git a/cardpayment.go b/cardpayment.go index ac095a67..4cc3fdc6 100644 --- a/cardpayment.go +++ b/cardpayment.go @@ -135,7 +135,7 @@ type CardPaymentElement struct { CardAuthentication CardPaymentElementsCardAuthentication `json:"card_authentication,nullable"` // A Card Authorization object. This field will be present in the JSON response if // and only if `category` is equal to `card_authorization`. Card Authorizations are - // temporary holds placed on a customers funds with the intent to later clear a + // temporary holds placed on a customer's funds with the intent to later clear a // transaction. CardAuthorization CardPaymentElementsCardAuthorization `json:"card_authorization,nullable"` // A Card Authorization Expiration object. This field will be present in the JSON @@ -154,7 +154,7 @@ type CardPaymentElement struct { CardDecline CardPaymentElementsCardDecline `json:"card_decline,nullable"` // A Card Financial object. This field will be present in the JSON response if and // only if `category` is equal to `card_financial`. Card Financials are temporary - // holds placed on a customers funds with the intent to later clear a transaction. + // holds placed on a customer's funds with the intent to later clear a transaction. CardFinancial CardPaymentElementsCardFinancial `json:"card_financial,nullable"` // A Card Fuel Confirmation object. This field will be present in the JSON response // if and only if `category` is equal to `card_fuel_confirmation`. Card Fuel @@ -167,7 +167,7 @@ type CardPaymentElement struct { CardIncrement CardPaymentElementsCardIncrement `json:"card_increment,nullable"` // A Card Refund object. This field will be present in the JSON response if and // only if `category` is equal to `card_refund`. Card Refunds move money back to - // the cardholder. While they are usually connected to a Card Settlement an + // the cardholder. While they are usually connected to a Card Settlement, an // acquirer can also refund money directly to a card without relation to a // transaction. CardRefund CardPaymentElementsCardRefund `json:"card_refund,nullable"` @@ -520,7 +520,7 @@ func (r CardPaymentElementsCardAuthenticationType) IsKnown() bool { // A Card Authorization object. This field will be present in the JSON response if // and only if `category` is equal to `card_authorization`. Card Authorizations are -// temporary holds placed on a customers funds with the intent to later clear a +// temporary holds placed on a customer's funds with the intent to later clear a // transaction. type CardPaymentElementsCardAuthorization struct { // The Card Authorization identifier. @@ -3381,7 +3381,7 @@ func (r cardPaymentElementsCardDeclineVerificationCardholderNameJSON) RawJSON() // A Card Financial object. This field will be present in the JSON response if and // only if `category` is equal to `card_financial`. Card Financials are temporary -// holds placed on a customers funds with the intent to later clear a transaction. +// holds placed on a customer's funds with the intent to later clear a transaction. type CardPaymentElementsCardFinancial struct { // The Card Financial identifier. ID string `json:"id,required"` @@ -4986,7 +4986,7 @@ func (r CardPaymentElementsCardIncrementType) IsKnown() bool { // A Card Refund object. This field will be present in the JSON response if and // only if `category` is equal to `card_refund`. Card Refunds move money back to -// the cardholder. While they are usually connected to a Card Settlement an +// the cardholder. While they are usually connected to a Card Settlement, an // acquirer can also refund money directly to a card without relation to a // transaction. type CardPaymentElementsCardRefund struct { @@ -5003,7 +5003,7 @@ type CardPaymentElementsCardRefund struct { // The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the // transaction's settlement currency. Currency CardPaymentElementsCardRefundCurrency `json:"currency,required"` - // Interchange assessed as a part of this transaciton. + // Interchange assessed as a part of this transaction. Interchange CardPaymentElementsCardRefundInterchange `json:"interchange,required,nullable"` // The merchant identifier (commonly abbreviated as MID) of the merchant the card // is transacting with. @@ -5133,7 +5133,7 @@ func (r CardPaymentElementsCardRefundCurrency) IsKnown() bool { return false } -// Interchange assessed as a part of this transaciton. +// Interchange assessed as a part of this transaction. type CardPaymentElementsCardRefundInterchange struct { // The interchange amount given as a string containing a decimal number in major // units (so e.g., "3.14" for $3.14). The amount is a positive number if it is @@ -6069,7 +6069,7 @@ type CardPaymentElementsCardSettlement struct { // fields. PurchaseDetails CardPaymentElementsCardSettlementPurchaseDetails `json:"purchase_details,required,nullable"` // Surcharge amount details, if applicable. The amount is positive if the surcharge - // is added to to the overall transaction amount (surcharge), and negative if the + // is added to the overall transaction amount (surcharge), and negative if the // surcharge is deducted from the overall transaction amount (discount). Surcharge CardPaymentElementsCardSettlementSurcharge `json:"surcharge,required,nullable"` // The identifier of the Transaction associated with this Transaction. @@ -6864,7 +6864,7 @@ func (r CardPaymentElementsCardSettlementPurchaseDetailsTravelTripLegsStopOverCo } // Surcharge amount details, if applicable. The amount is positive if the surcharge -// is added to to the overall transaction amount (surcharge), and negative if the +// is added to the overall transaction amount (surcharge), and negative if the // surcharge is deducted from the overall transaction amount (discount). type CardPaymentElementsCardSettlementSurcharge struct { // The surcharge amount in the minor unit of the transaction's settlement currency. diff --git a/cardpushtransfer.go b/cardpushtransfer.go index 948a13f7..aacfabef 100644 --- a/cardpushtransfer.go +++ b/cardpushtransfer.go @@ -806,7 +806,7 @@ type CardPushTransferSubmission struct { // A unique reference for the transfer. SenderReference string `json:"sender_reference,required"` // The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which - // the transfer was submitted to card network. + // the transfer was submitted to the card network. SubmittedAt time.Time `json:"submitted_at,required" format:"date-time"` // A 6-digit trace number that identifies the transfer within a small window of // time. diff --git a/digitalcardprofile.go b/digitalcardprofile.go index ced494ff..4544b7cc 100644 --- a/digitalcardprofile.go +++ b/digitalcardprofile.go @@ -124,7 +124,7 @@ type DigitalCardProfile struct { // A website the user can visit to view and receive support for their card. ContactWebsite string `json:"contact_website,required,nullable"` // The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which - // the Card Dispute was created. + // the Digital Card Profile was created. CreatedAt time.Time `json:"created_at,required" format:"date-time"` // A description you can use to identify the Card Profile. Description string `json:"description,required"` diff --git a/filelink.go b/filelink.go index ad21e6e6..0b7374eb 100644 --- a/filelink.go +++ b/filelink.go @@ -108,7 +108,7 @@ type FileLinkNewParams struct { // The File to create a File Link for. FileID param.Field[string] `json:"file_id,required"` // The time at which the File Link will expire. The default is 1 hour from the time - // of the request. The maxiumum is 1 day from the time of the request. + // of the request. The maximum is 1 day from the time of the request. ExpiresAt param.Field[time.Time] `json:"expires_at" format:"date-time"` } diff --git a/inboundachtransfer.go b/inboundachtransfer.go index eaebef5f..83aa6b08 100644 --- a/inboundachtransfer.go +++ b/inboundachtransfer.go @@ -660,7 +660,7 @@ func (r InboundACHTransferInternationalAddendaReceivingDepositoryFinancialInstit type InboundACHTransferNotificationOfChange struct { // The new account number provided in the notification of change. UpdatedAccountNumber string `json:"updated_account_number,required,nullable"` - // The new account number provided in the notification of change. + // The new routing number provided in the notification of change. UpdatedRoutingNumber string `json:"updated_routing_number,required,nullable"` JSON inboundACHTransferNotificationOfChangeJSON `json:"-"` } diff --git a/inboundmailitem.go b/inboundmailitem.go index f3a6f2d6..7d7847ee 100644 --- a/inboundmailitem.go +++ b/inboundmailitem.go @@ -73,7 +73,7 @@ func (r *InboundMailItemService) ListAutoPaging(ctx context.Context, query Inbou return pagination.NewPageAutoPager(r.List(ctx, query, opts...)) } -// Action a Inbound Mail Item +// Action an Inbound Mail Item func (r *InboundMailItemService) Action(ctx context.Context, inboundMailItemID string, body InboundMailItemActionParams, opts ...option.RequestOption) (res *InboundMailItem, err error) { opts = slices.Concat(r.Options, opts) if inboundMailItemID == "" { diff --git a/inboundwiredrawdownrequest.go b/inboundwiredrawdownrequest.go index f38928a8..65a35d3f 100644 --- a/inboundwiredrawdownrequest.go +++ b/inboundwiredrawdownrequest.go @@ -82,7 +82,7 @@ type InboundWireDrawdownRequest struct { // The amount being requested in cents. Amount int64 `json:"amount,required"` // The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which - // the inbound wire drawdown requested was created. + // the inbound wire drawdown request was created. CreatedAt time.Time `json:"created_at,required" format:"date-time"` // The creditor's account number. CreditorAccountNumber string `json:"creditor_account_number,required"` diff --git a/pendingtransaction.go b/pendingtransaction.go index 4ba70540..0b5eed37 100644 --- a/pendingtransaction.go +++ b/pendingtransaction.go @@ -234,7 +234,7 @@ type PendingTransactionSource struct { BlockchainOnrampTransferInstruction PendingTransactionSourceBlockchainOnrampTransferInstruction `json:"blockchain_onramp_transfer_instruction,nullable"` // A Card Authorization object. This field will be present in the JSON response if // and only if `category` is equal to `card_authorization`. Card Authorizations are - // temporary holds placed on a customers funds with the intent to later clear a + // temporary holds placed on a customer's funds with the intent to later clear a // transaction. CardAuthorization PendingTransactionSourceCardAuthorization `json:"card_authorization,nullable"` // A Card Push Transfer Instruction object. This field will be present in the JSON @@ -485,7 +485,7 @@ func (r pendingTransactionSourceBlockchainOnrampTransferInstructionJSON) RawJSON // A Card Authorization object. This field will be present in the JSON response if // and only if `category` is equal to `card_authorization`. Card Authorizations are -// temporary holds placed on a customers funds with the intent to later clear a +// temporary holds placed on a customer's funds with the intent to later clear a // transaction. type PendingTransactionSourceCardAuthorization struct { // The Card Authorization identifier. diff --git a/physicalcardprofile.go b/physicalcardprofile.go index 6fa205ea..2f451750 100644 --- a/physicalcardprofile.go +++ b/physicalcardprofile.go @@ -120,7 +120,7 @@ type PhysicalCardProfile struct { // A phone number the user can contact to receive support for their card. ContactPhone string `json:"contact_phone,required,nullable"` // The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which - // the Card Dispute was created. + // the Physical Card Profile was created. CreatedAt time.Time `json:"created_at,required" format:"date-time"` // The creator of this Physical Card Profile. Creator PhysicalCardProfileCreator `json:"creator,required"` diff --git a/simulationachtransfer.go b/simulationachtransfer.go index 2ec0f96d..f88eda50 100644 --- a/simulationachtransfer.go +++ b/simulationachtransfer.go @@ -35,10 +35,10 @@ func NewSimulationACHTransferService(opts ...option.RequestOption) (r *Simulatio } // Simulates the acknowledgement of an [ACH Transfer](#ach-transfers) by the -// Federal Reserve. This transfer must first have a `status` of `submitted` . In +// Federal Reserve. This transfer must first have a `status` of `submitted`. In // production, the Federal Reserve generally acknowledges submitted ACH files // within 30 minutes. Since sandbox ACH Transfers are not submitted to the Federal -// Reserve, this endpoint allows you to skip that delay and add the acknowledgment +// Reserve, this endpoint allows you to skip that delay and add the acknowledgement // subresource to the ACH Transfer. func (r *SimulationACHTransferService) Acknowledge(ctx context.Context, achTransferID string, opts ...option.RequestOption) (res *ACHTransfer, err error) { opts = slices.Concat(r.Options, opts) diff --git a/simulationcardincrement.go b/simulationcardincrement.go index 0b7c1f23..651958d0 100644 --- a/simulationcardincrement.go +++ b/simulationcardincrement.go @@ -44,7 +44,7 @@ func (r *SimulationCardIncrementService) New(ctx context.Context, body Simulatio type SimulationCardIncrementNewParams struct { // The amount of the increment in minor units in the card authorization's currency. Amount param.Field[int64] `json:"amount,required"` - // The identifier of the Card Payment to create a increment on. + // The identifier of the Card Payment to create an increment on. CardPaymentID param.Field[string] `json:"card_payment_id,required"` // The identifier of the Event Subscription to use. If provided, will override the // default real time event subscription. Because you can only create one real time diff --git a/simulationdigitalwallettokenrequest.go b/simulationdigitalwallettokenrequest.go index 919962d8..d6fb5557 100644 --- a/simulationdigitalwallettokenrequest.go +++ b/simulationdigitalwallettokenrequest.go @@ -33,7 +33,7 @@ func NewSimulationDigitalWalletTokenRequestService(opts ...option.RequestOption) return } -// Simulates a user attempting add a [Card](#cards) to a digital wallet such as +// Simulates a user attempting to add a [Card](#cards) to a digital wallet such as // Apple Pay. func (r *SimulationDigitalWalletTokenRequestService) New(ctx context.Context, body SimulationDigitalWalletTokenRequestNewParams, opts ...option.RequestOption) (res *SimulationDigitalWalletTokenRequestNewResponse, err error) { opts = slices.Concat(r.Options, opts) diff --git a/transaction.go b/transaction.go index eb432fe5..5bd758ef 100644 --- a/transaction.go +++ b/transaction.go @@ -227,7 +227,7 @@ type TransactionSource struct { CardDisputeLoss TransactionSourceCardDisputeLoss `json:"card_dispute_loss,nullable"` // A Card Financial object. This field will be present in the JSON response if and // only if `category` is equal to `card_financial`. Card Financials are temporary - // holds placed on a customers funds with the intent to later clear a transaction. + // holds placed on a customer's funds with the intent to later clear a transaction. CardFinancial TransactionSourceCardFinancial `json:"card_financial,nullable"` // A Card Push Transfer Acceptance object. This field will be present in the JSON // response if and only if `category` is equal to `card_push_transfer_acceptance`. @@ -236,7 +236,7 @@ type TransactionSource struct { CardPushTransferAcceptance TransactionSourceCardPushTransferAcceptance `json:"card_push_transfer_acceptance,nullable"` // A Card Refund object. This field will be present in the JSON response if and // only if `category` is equal to `card_refund`. Card Refunds move money back to - // the cardholder. While they are usually connected to a Card Settlement an + // the cardholder. While they are usually connected to a Card Settlement, an // acquirer can also refund money directly to a card without relation to a // transaction. CardRefund TransactionSourceCardRefund `json:"card_refund,nullable"` @@ -998,7 +998,7 @@ func (r transactionSourceCardDisputeLossJSON) RawJSON() string { // A Card Financial object. This field will be present in the JSON response if and // only if `category` is equal to `card_financial`. Card Financials are temporary -// holds placed on a customers funds with the intent to later clear a transaction. +// holds placed on a customer's funds with the intent to later clear a transaction. type TransactionSourceCardFinancial struct { // The Card Financial identifier. ID string `json:"id,required"` @@ -1956,7 +1956,7 @@ func (r transactionSourceCardPushTransferAcceptanceJSON) RawJSON() string { // A Card Refund object. This field will be present in the JSON response if and // only if `category` is equal to `card_refund`. Card Refunds move money back to -// the cardholder. While they are usually connected to a Card Settlement an +// the cardholder. While they are usually connected to a Card Settlement, an // acquirer can also refund money directly to a card without relation to a // transaction. type TransactionSourceCardRefund struct { @@ -1973,7 +1973,7 @@ type TransactionSourceCardRefund struct { // The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the // transaction's settlement currency. Currency TransactionSourceCardRefundCurrency `json:"currency,required"` - // Interchange assessed as a part of this transaciton. + // Interchange assessed as a part of this transaction. Interchange TransactionSourceCardRefundInterchange `json:"interchange,required,nullable"` // The merchant identifier (commonly abbreviated as MID) of the merchant the card // is transacting with. @@ -2103,7 +2103,7 @@ func (r TransactionSourceCardRefundCurrency) IsKnown() bool { return false } -// Interchange assessed as a part of this transaciton. +// Interchange assessed as a part of this transaction. type TransactionSourceCardRefundInterchange struct { // The interchange amount given as a string containing a decimal number in major // units (so e.g., "3.14" for $3.14). The amount is a positive number if it is @@ -2895,7 +2895,7 @@ type TransactionSourceCardSettlement struct { // fields. PurchaseDetails TransactionSourceCardSettlementPurchaseDetails `json:"purchase_details,required,nullable"` // Surcharge amount details, if applicable. The amount is positive if the surcharge - // is added to to the overall transaction amount (surcharge), and negative if the + // is added to the overall transaction amount (surcharge), and negative if the // surcharge is deducted from the overall transaction amount (discount). Surcharge TransactionSourceCardSettlementSurcharge `json:"surcharge,required,nullable"` // The identifier of the Transaction associated with this Transaction. @@ -3689,7 +3689,7 @@ func (r TransactionSourceCardSettlementPurchaseDetailsTravelTripLegsStopOverCode } // Surcharge amount details, if applicable. The amount is positive if the surcharge -// is added to to the overall transaction amount (surcharge), and negative if the +// is added to the overall transaction amount (surcharge), and negative if the // surcharge is deducted from the overall transaction amount (discount). type TransactionSourceCardSettlementSurcharge struct { // The surcharge amount in the minor unit of the transaction's settlement currency. From 62aa84e913e19fd20a91a4b3f012ee51ee6d7f9a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:12:25 +0000 Subject: [PATCH 3/3] release: 0.452.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- internal/version.go | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bc54c8a6..ec76f67f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.451.0" + ".": "0.452.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c9bff618..87681daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.452.0 (2026-02-14) + +Full Changelog: [v0.451.0...v0.452.0](https://github.com/Increase/increase-go/compare/v0.451.0...v0.452.0) + +### Features + +* **api:** api update ([25f8fe5](https://github.com/Increase/increase-go/commit/25f8fe597c7fd927f1771635fb4a80379a3b6c72)) + ## 0.451.0 (2026-02-10) Full Changelog: [v0.450.0...v0.451.0](https://github.com/Increase/increase-go/compare/v0.450.0...v0.451.0) diff --git a/README.md b/README.md index 2ce5a4c9..debe4f47 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Or to pin the version: ```sh -go get -u 'github.com/Increase/increase-go@v0.451.0' +go get -u 'github.com/Increase/increase-go@v0.452.0' ``` diff --git a/internal/version.go b/internal/version.go index ba7fcedb..cc2486b9 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.451.0" // x-release-please-version +const PackageVersion = "0.452.0" // x-release-please-version