diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5df3c64..ba5cbfb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.69.0" + ".": "1.70.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 87a29a7..9eac707 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 139 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-2b77f13a159cf689a3bba6ac5ff03b6c0df62b772e2da04aff52be86710ca4d4.yml -openapi_spec_hash: 28a3f685403d98ddd68b427d92ed28fb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-91a51960dab258d5435cc2a7f47760fd81e4b711b891a1fde3d98757e85e8add.yml +openapi_spec_hash: 192e4e94264db429260169f0b2e731ce config_hash: c01c1191b1cd696c7ca855ff6d28a8df diff --git a/CHANGELOG.md b/CHANGELOG.md index 1847a17..c9f672b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.70.0 (2026-04-13) + +Full Changelog: [v1.69.0...v1.70.0](https://github.com/orbcorp/orb-go/compare/v1.69.0...v1.70.0) + +### Features + +* **api:** api update ([67d33ed](https://github.com/orbcorp/orb-go/commit/67d33ed8ba052c2d3a4b34930b84c313c54cbe14)) + ## 1.69.0 (2026-04-11) Full Changelog: [v1.68.0...v1.69.0](https://github.com/orbcorp/orb-go/compare/v1.68.0...v1.69.0) diff --git a/README.md b/README.md index ff35774..8267565 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Or to pin the version: ```sh -go get -u 'github.com/orbcorp/orb-go@v1.69.0' +go get -u 'github.com/orbcorp/orb-go@v1.70.0' ``` diff --git a/internal/version.go b/internal/version.go index 0653655..a42f202 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "1.69.0" // x-release-please-version +const PackageVersion = "1.70.0" // x-release-please-version diff --git a/licensetype_test.go b/licensetype_test.go index 68fbe5a..643879e 100644 --- a/licensetype_test.go +++ b/licensetype_test.go @@ -26,8 +26,8 @@ func TestLicenseTypeNew(t *testing.T) { option.WithAPIKey("My API Key"), ) _, err := client.LicenseTypes.New(context.TODO(), orb.LicenseTypeNewParams{ - GroupingKey: orb.F("grouping_key"), - Name: orb.F("name"), + GroupingKey: orb.F("x"), + Name: orb.F("x"), }) if err != nil { var apierr *orb.Error