Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.46.0"
".": "0.47.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 238
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-f0841004cde131703a9fc63fec3ae9ce98b63f0e8fe8d4326d1d75142538eda3.yml
openapi_spec_hash: a5a1e052b6e09ba465311f8adfcf9429
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase/increase-7761a7b3900011b6b82798bdc61499235a02ed9c48fa5f20e2758f4f2e45c72b.yml
openapi_spec_hash: 39139aa45b204b3144fe560fcad8893b
config_hash: 060e036e1db198f2e908364c9df7096e
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.47.0 (2026-05-01)

Full Changelog: [v0.46.0...v0.47.0](https://github.com/Increase/increase-cli/compare/v0.46.0...v0.47.0)

### Features

* **api:** api update ([13160b1](https://github.com/Increase/increase-cli/commit/13160b1ba2525ea6ba436fd20f27d4b3f9ef2b96))

## 0.46.0 (2026-05-01)

Full Changelog: [v0.45.0...v0.46.0](https://github.com/Increase/increase-cli/compare/v0.45.0...v0.46.0)
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/simulationentity.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

var simulationsEntitiesValidation = requestflag.WithInnerFlags(cli.Command{
Name: "validation",
Usage: "Simulates setting an [Entity](#entities)'s validation under the managed\ncompliance regime. Any existing managed compliance validation on the Entity will\nbe marked as no longer current.",
Usage: "Set the status for an\n[Entity's validation](/documentation/api/entities#entity-object.validation). In\nproduction, Know Your Customer validations\n[run automatically](/documentation/entity-validation#entity-validation). While\ndeveloping, it can be helpful to override the behavior in Sandbox.",
Suggest: true,
Flags: []cli.Flag{
&requestflag.Flag[string]{
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package cmd

const Version = "0.46.0" // x-release-please-version
const Version = "0.47.0" // x-release-please-version
Loading