diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ffcd8567..db912a0d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.95.1" + ".": "1.96.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 6e0dd6f8..5be8c21e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 214 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e80a254e816bc69ee8d058b340f791b9f4229b07ff2b460e6cd0ceb4406a7604.yml -openapi_spec_hash: 81b87e83af702cfd8bce31f2d449ee15 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-24ddca9eb65b72b527002775880ca10d5f0e13426f076fb983761c44df2429a9.yml +openapi_spec_hash: 32d6ee149133e0cc8026079cc29c0991 config_hash: a143293c5450ae8f52acad08f3102575 diff --git a/CHANGELOG.md b/CHANGELOG.md index 94418397..063e06e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.96.0 (2025-09-29) + +Full Changelog: [v1.95.1...v1.96.0](https://github.com/Increase/increase-ruby/compare/v1.95.1...v1.96.0) + +### Features + +* **api:** api update ([45fc3a3](https://github.com/Increase/increase-ruby/commit/45fc3a389e67a98c786df6e0f8ab387fcdee209f)) + ## 1.95.1 (2025-09-29) Full Changelog: [v1.95.0...v1.95.1](https://github.com/Increase/increase-ruby/compare/v1.95.0...v1.95.1) diff --git a/Gemfile.lock b/Gemfile.lock index 78185f85..d34eba1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.95.1) + increase (1.96.0) connection_pool GEM diff --git a/README.md b/README.md index ee10c7f7..b6833006 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "increase", "~> 1.95.1" +gem "increase", "~> 1.96.0" ``` diff --git a/lib/increase/models/oauth_token_create_params.rb b/lib/increase/models/oauth_token_create_params.rb index 1cbc7e5c..8e6170aa 100644 --- a/lib/increase/models/oauth_token_create_params.rb +++ b/lib/increase/models/oauth_token_create_params.rb @@ -21,7 +21,7 @@ class OAuthTokenCreateParams < Increase::Internal::Type::BaseModel optional :client_id, String # @!attribute client_secret - # The secret that confirms you own the application. This is redundent given that + # The secret that confirms you own the application. This is redundant given that # the request is made with your API key but it's a required component of OAuth # 2.0. # @@ -51,7 +51,7 @@ class OAuthTokenCreateParams < Increase::Internal::Type::BaseModel # # @param client_id [String] The public identifier for your application. # - # @param client_secret [String] The secret that confirms you own the application. This is redundent given that t + # @param client_secret [String] The secret that confirms you own the application. This is redundant given that t # # @param code [String] The authorization code generated by the user and given to you as a query paramet # diff --git a/lib/increase/resources/oauth_tokens.rb b/lib/increase/resources/oauth_tokens.rb index 2b79cbb3..11dccf0e 100644 --- a/lib/increase/resources/oauth_tokens.rb +++ b/lib/increase/resources/oauth_tokens.rb @@ -14,7 +14,7 @@ class OAuthTokens # # @param client_id [String] The public identifier for your application. # - # @param client_secret [String] The secret that confirms you own the application. This is redundent given that t + # @param client_secret [String] The secret that confirms you own the application. This is redundant given that t # # @param code [String] The authorization code generated by the user and given to you as a query paramet # diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 4e560a73..e52e5d60 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.95.1" + VERSION = "1.96.0" end diff --git a/rbi/increase/models/oauth_token_create_params.rbi b/rbi/increase/models/oauth_token_create_params.rbi index df50e2b4..28adffa3 100644 --- a/rbi/increase/models/oauth_token_create_params.rbi +++ b/rbi/increase/models/oauth_token_create_params.rbi @@ -23,7 +23,7 @@ module Increase sig { params(client_id: String).void } attr_writer :client_id - # The secret that confirms you own the application. This is redundent given that + # The secret that confirms you own the application. This is redundant given that # the request is made with your API key but it's a required component of OAuth # 2.0. sig { returns(T.nilable(String)) } @@ -65,7 +65,7 @@ module Increase grant_type:, # The public identifier for your application. client_id: nil, - # The secret that confirms you own the application. This is redundent given that + # The secret that confirms you own the application. This is redundant given that # the request is made with your API key but it's a required component of OAuth # 2.0. client_secret: nil, diff --git a/rbi/increase/resources/oauth_tokens.rbi b/rbi/increase/resources/oauth_tokens.rbi index 386f63e7..67ed90e2 100644 --- a/rbi/increase/resources/oauth_tokens.rbi +++ b/rbi/increase/resources/oauth_tokens.rbi @@ -20,7 +20,7 @@ module Increase grant_type:, # The public identifier for your application. client_id: nil, - # The secret that confirms you own the application. This is redundent given that + # The secret that confirms you own the application. This is redundant given that # the request is made with your API key but it's a required component of OAuth # 2.0. client_secret: nil,