File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.34.1 "
2+ "." : " 1.35.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.35.0 (2026-01-26)
4+
5+ Full Changelog: [ v1.34.1...v1.35.0] ( https://github.com/Finch-API/finch-api-go/compare/v1.34.1...v1.35.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 6708aac] ( https://github.com/Finch-API/finch-api-go/commit/6708aacc01982e5141ac1ca52412987994f3aecd ) )
10+ * ** api:** api update ([ e4f5130] ( https://github.com/Finch-API/finch-api-go/commit/e4f5130e25eb506c09204f69d6085e9b243cfd76 ) )
11+ * ** api:** api update ([ f5c5bbc] ( https://github.com/Finch-API/finch-api-go/commit/f5c5bbcf3cf0d07df31e2330159de37d36e946f2 ) )
12+ * ** api:** api update ([ 6385a1f] ( https://github.com/Finch-API/finch-api-go/commit/6385a1ff8de901c11dd7452adc89f44542144247 ) )
13+ * ** api:** api update ([ 60a3e0c] ( https://github.com/Finch-API/finch-api-go/commit/60a3e0c4abdcac96bb7ca1a5ce64f99367fb5a12 ) )
14+ * ** api:** api update ([ 66108ba] ( https://github.com/Finch-API/finch-api-go/commit/66108ba1d8a47acf7663432e1d9b5744800575e6 ) )
15+ * ** api:** manual updates ([ 1ed52cf] ( https://github.com/Finch-API/finch-api-go/commit/1ed52cffc078b436f3899b736e5deb7e8cb5f703 ) )
16+ * ** api:** update automated code reviewer selection ([ 03c7271] ( https://github.com/Finch-API/finch-api-go/commit/03c7271b89082892da533f8e9fb102ce18de39da ) )
17+
18+
19+ ### Bug Fixes
20+
21+ * ** java:** Resolve name collisions ([ 0844ac5] ( https://github.com/Finch-API/finch-api-go/commit/0844ac58ae69b2d0c1274bac8cf7c1ee0eb8e349 ) )
22+
23+
24+ ### Chores
25+
26+ * ** internal:** codegen related update ([ da796cf] ( https://github.com/Finch-API/finch-api-go/commit/da796cf9a6f4f8bb56d92c6a13707a1eb3c8e762 ) )
27+
328## 1.34.1 (2025-10-31)
429
530Full Changelog: [ v1.34.0...v1.34.1] ( https://github.com/Finch-API/finch-api-go/compare/v1.34.0...v1.34.1 )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Or to pin the version:
2424<!-- x-release-please-start-version -->
2525
2626``` sh
27- go get -u ' github.com/Finch-API/finch-api-go@v1.34.1 '
27+ go get -u ' github.com/Finch-API/finch-api-go@v1.35.0 '
2828```
2929
3030<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "1.34.1 " // x-release-please-version
5+ const PackageVersion = "1.35.0 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments