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/.stats.yml b/.stats.yml index 431aa1d..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-ecd3f6c28edae07dbe9f54d8040a6d7f2af5ac032b20f8df06065542478e4e73.yml -openapi_spec_hash: 5e0e04e7274494062ff46ac85d358f5b +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/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/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"` 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