Skip to content

Commit

Permalink
release: 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Oct 24, 2024
1 parent c031b14 commit 3a5093d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.0"
".": "1.7.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.7.0 (2024-10-23)

Full Changelog: [v1.6.0...v1.7.0](https://github.com/Finch-API/finch-api-go/compare/v1.6.0...v1.7.0)

### Features

* **api:** api update ([#258](https://github.com/Finch-API/finch-api-go/issues/258)) ([9eaf864](https://github.com/Finch-API/finch-api-go/commit/9eaf864f13d53d43ebdb1d9101c97fc5f0a1ce8a))
* **api:** api update ([#260](https://github.com/Finch-API/finch-api-go/issues/260)) ([4c6c5e7](https://github.com/Finch-API/finch-api-go/commit/4c6c5e70264336427755b46d9cc50501d7fd1502))
* **api:** api update ([#261](https://github.com/Finch-API/finch-api-go/issues/261)) ([732d75e](https://github.com/Finch-API/finch-api-go/commit/732d75ec58a3f0e03fb716831f03b6c757e73e65))

## 1.6.0 (2024-10-03)

Full Changelog: [v1.5.0...v1.6.0](https://github.com/Finch-API/finch-api-go/compare/v1.5.0...v1.6.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/Finch-API/finch-api-go@v1.6.0'
go get -u 'github.com/Finch-API/finch-api-go@v1.7.0'
```

<!-- x-release-please-end -->
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 = "1.6.0" // x-release-please-version
const PackageVersion = "1.7.0" // x-release-please-version

0 comments on commit 3a5093d

Please sign in to comment.