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 @@
{
".": "2.0.0"
".": "2.1.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: 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Or to pin the version:
<!-- x-release-please-start-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'
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion hrispaystatement.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "2.0.0" // x-release-please-version
const PackageVersion = "2.1.0" // x-release-please-version
Loading