Skip to content

Commit

Permalink
release: 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jul 19, 2024
1 parent 8ed1f26 commit 235ab90
Show file tree
Hide file tree
Showing 4 changed files with 16 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 @@
{
".": "0.38.0"
".": "0.39.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.39.0 (2024-07-19)

Full Changelog: [v0.38.0...v0.39.0](https://github.com/lithic-com/lithic-go/compare/v0.38.0...v0.39.0)

### Features

* **api:** add method to retrieve a transaction's enhanced commercial data ([#321](https://github.com/lithic-com/lithic-go/issues/321)) ([0f46dd0](https://github.com/lithic-com/lithic-go/commit/0f46dd092e69eb46a7cdd8ff8a557f68ed2ae348))


### Chores

* **ci:** limit release doctor target branches ([#319](https://github.com/lithic-com/lithic-go/issues/319)) ([3254f11](https://github.com/lithic-com/lithic-go/commit/3254f1126beea5cf28b0ce503bc55108d1b201a8))

## 0.38.0 (2024-07-17)

Full Changelog: [v0.37.0...v0.38.0](https://github.com/lithic-com/lithic-go/compare/v0.37.0...v0.38.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/lithic-com/lithic-go@v0.38.0'
go get -u 'github.com/lithic-com/lithic-go@v0.39.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 = "0.38.0" // x-release-please-version
const PackageVersion = "0.39.0" // x-release-please-version

0 comments on commit 235ab90

Please sign in to comment.