From 918c903fc9cf2dcbf6856b92db8f65513c4cdd09 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:22:23 +0000 Subject: [PATCH 1/4] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 431aa1d..82f1f23 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 48 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-ecd3f6c28edae07dbe9f54d8040a6d7f2af5ac032b20f8df06065542478e4e73.yml -openapi_spec_hash: 5e0e04e7274494062ff46ac85d358f5b +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-b8ede21f99c37f419124818376c550eae675f760b4bdcec3808bf5e77bb09d9b.yml +openapi_spec_hash: 3d2d4135fe142302f043ac1fbff2cd22 config_hash: 9ae56f40cec7304896138bfad5caf748 From ab9937da966cbc3a67abfc5bd14b9641847476ac Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:39:53 +0000 Subject: [PATCH 2/4] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 82f1f23..1e351e7 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 48 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-b8ede21f99c37f419124818376c550eae675f760b4bdcec3808bf5e77bb09d9b.yml -openapi_spec_hash: 3d2d4135fe142302f043ac1fbff2cd22 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-ec876388bf461b96741c3304d0c3b280bb08700b27f3b9444f1256b2845c8552.yml +openapi_spec_hash: d1fda85520f2b6d0d52e773700c97766 config_hash: 9ae56f40cec7304896138bfad5caf748 From 3f5279ed0caa59845aca5cf689430f05241c4c6c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:59:03 +0000 Subject: [PATCH 3/4] feat(api): api update --- .stats.yml | 4 ++-- hrispaystatement.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 1e351e7..861514c 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 48 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-ec876388bf461b96741c3304d0c3b280bb08700b27f3b9444f1256b2845c8552.yml -openapi_spec_hash: d1fda85520f2b6d0d52e773700c97766 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-3cd1346947fabfca2aa9c6f821170c8d945a82667fb20a15644d5c77f8e98c10.yml +openapi_spec_hash: 642e04e90d37c0e4875d154abd06eb54 config_hash: 9ae56f40cec7304896138bfad5caf748 diff --git a/hrispaystatement.go b/hrispaystatement.go index 1348dc3..151c5e1 100644 --- a/hrispaystatement.go +++ b/hrispaystatement.go @@ -120,7 +120,7 @@ type PayStatementEarning struct { // The number of hours associated with this earning. (For salaried employees, this // could be hours per pay period, `0` or `null`, depending on the provider). Hours float64 `json:"hours" api:"required,nullable"` - // The exact name of the deduction from the pay statement. + // The exact name of the earning from the pay statement. Name string `json:"name" api:"required,nullable"` // The type of earning. Type PayStatementEarningsType `json:"type" api:"required,nullable"` From 81895589114cc3d85a579e7bbe729840cfbf0244 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:59:26 +0000 Subject: [PATCH 4/4] release: 2.1.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 65f558e..656a2ef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 92df545..bfb84ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.1.0 (2026-07-01) + +Full Changelog: [v2.0.0...v2.1.0](https://github.com/Finch-API/finch-api-go/compare/v2.0.0...v2.1.0) + +### Features + +* **api:** api update ([3f5279e](https://github.com/Finch-API/finch-api-go/commit/3f5279ed0caa59845aca5cf689430f05241c4c6c)) + ## 2.0.0 (2026-06-22) Full Changelog: [v1.38.0...v2.0.0](https://github.com/Finch-API/finch-api-go/compare/v1.38.0...v2.0.0) diff --git a/README.md b/README.md index 91ac820..9f7c81b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Or to pin the version: ```sh -go get -u 'github.com/Finch-API/finch-api-go@v2.0.0' +go get -u 'github.com/Finch-API/finch-api-go@v2.1.0' ``` diff --git a/internal/version.go b/internal/version.go index fef6622..436f832 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "2.0.0" // x-release-please-version +const PackageVersion = "2.1.0" // x-release-please-version