diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7296d40..2cdd142e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.251.0" + ".": "1.252.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 47042c86..61f8a56f 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 236 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-842d7a1e6cff968c70110dc90a9e51da05e2f781e902d6f5ca71940e4b9688e1.yml -openapi_spec_hash: c3aabecf5bb2135391d6b8faef4ac1b3 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2d7155feee87cb1c64ae2b6f31d769c46725b615f1622558f998f2a637cfb57c.yml +openapi_spec_hash: c3117360164f38ece4a984800813813c config_hash: 25d7d7aa4882db6189b4b53e8e249e80 diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e313f4..1436e822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.252.0 (2026-03-12) + +Full Changelog: [v1.251.0...v1.252.0](https://github.com/Increase/increase-ruby/compare/v1.251.0...v1.252.0) + +### Features + +* **api:** api update ([83c1f81](https://github.com/Increase/increase-ruby/commit/83c1f81ff2f60859e9d9db3d3fd7924065bb4573)) + ## 1.251.0 (2026-03-12) Full Changelog: [v1.250.0...v1.251.0](https://github.com/Increase/increase-ruby/compare/v1.250.0...v1.251.0) diff --git a/Gemfile.lock b/Gemfile.lock index 29b87720..619e6954 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.251.0) + increase (1.252.0) cgi connection_pool standardwebhooks diff --git a/README.md b/README.md index d1283310..a7d673f8 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.251.0" +gem "increase", "~> 1.252.0" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 0ac38b8e..7353499d 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.251.0" + VERSION = "1.252.0" end diff --git a/test/increase/resources/beneficial_owners_test.rb b/test/increase/resources/beneficial_owners_test.rb index 087750d6..418f43c0 100644 --- a/test/increase/resources/beneficial_owners_test.rb +++ b/test/increase/resources/beneficial_owners_test.rb @@ -35,8 +35,7 @@ def test_create_required_params end def test_retrieve - response = - @increase.beneficial_owners.retrieve("entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7") + response = @increase.beneficial_owners.retrieve("entity_beneficial_owner_vozma8szzu1sxezp5zq6") assert_pattern do response => Increase::EntityBeneficialOwner @@ -57,8 +56,7 @@ def test_retrieve end def test_update - response = - @increase.beneficial_owners.update("entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7") + response = @increase.beneficial_owners.update("entity_beneficial_owner_vozma8szzu1sxezp5zq6") assert_pattern do response => Increase::EntityBeneficialOwner @@ -107,8 +105,7 @@ def test_list_required_params end def test_archive - response = - @increase.beneficial_owners.archive("entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7") + response = @increase.beneficial_owners.archive("entity_beneficial_owner_vozma8szzu1sxezp5zq6") assert_pattern do response => Increase::EntityBeneficialOwner