Skip to content

Commit

Permalink
release: 0.66.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Feb 1, 2025
1 parent 8fcb531 commit 84fa479
Show file tree
Hide file tree
Showing 4 changed files with 21 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.66.0"
".": "0.66.1"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.66.1 (2025-01-31)

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

### Bug Fixes

* fix unicode encoding for json ([#443](https://github.com/lithic-com/lithic-go/issues/443)) ([59773ed](https://github.com/lithic-com/lithic-go/commit/59773ed1883db7f61a2551e41e4f3e83ee0a25e7))


### Chores

* refactor client tests ([#441](https://github.com/lithic-com/lithic-go/issues/441)) ([14606ef](https://github.com/lithic-com/lithic-go/commit/14606eff396afde7ab77f9830005d309615bcae7))


### Documentation

* document raw responses ([#444](https://github.com/lithic-com/lithic-go/issues/444)) ([7dd3568](https://github.com/lithic-com/lithic-go/commit/7dd356843bd6e00a2f313e76acfe969b22778ab1))

## 0.66.0 (2025-01-28)

Full Changelog: [v0.65.0...v0.66.0](https://github.com/lithic-com/lithic-go/compare/v0.65.0...v0.66.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.66.0'
go get -u 'github.com/lithic-com/lithic-go@v0.66.1'
```

<!-- 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.66.0" // x-release-please-version
const PackageVersion = "0.66.1" // x-release-please-version

0 comments on commit 84fa479

Please sign in to comment.