diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b8dda9b..554e34b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.29.0" + ".": "0.30.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c724097..4d2daa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 0.30.0 (2024-05-15) + +Full Changelog: [v0.29.0...v0.30.0](https://github.com/lithic-com/lithic-go/compare/v0.29.0...v0.30.0) + +### Features + +* propagate resource description field from stainless config to SDK docs ([#280](https://github.com/lithic-com/lithic-go/issues/280)) ([4f9d6c1](https://github.com/lithic-com/lithic-go/commit/4f9d6c1e0e23c946f8ca254cd65a8f9ccd33d177)) + + +### Bug Fixes + +* fix reading the error body more than once ([#283](https://github.com/lithic-com/lithic-go/issues/283)) ([301e35b](https://github.com/lithic-com/lithic-go/commit/301e35b5a1577f394b45f574df61ed6e6efb325d)) + + +### Chores + +* **docs:** add SECURITY.md ([#281](https://github.com/lithic-com/lithic-go/issues/281)) ([4fb5392](https://github.com/lithic-com/lithic-go/commit/4fb5392f86a7d0ea73a238919e0024dcc9afaed7)) +* **internal:** add slightly better logging to scripts ([#282](https://github.com/lithic-com/lithic-go/issues/282)) ([a646ba8](https://github.com/lithic-com/lithic-go/commit/a646ba8cf8d57b417fa88ffa14886d0c8322111a)) +* **internal:** fix bootstrap script ([#277](https://github.com/lithic-com/lithic-go/issues/277)) ([80006cf](https://github.com/lithic-com/lithic-go/commit/80006cf47d3a104a4fee0dfdbbb58ae0801374d5)) + ## 0.29.0 (2024-05-01) Full Changelog: [v0.28.0...v0.29.0](https://github.com/lithic-com/lithic-go/compare/v0.28.0...v0.29.0) diff --git a/README.md b/README.md index 24eef78..ce99a22 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Or to pin the version: ```sh -go get -u 'github.com/lithic-com/lithic-go@v0.29.0' +go get -u 'github.com/lithic-com/lithic-go@v0.30.0' ``` diff --git a/internal/version.go b/internal/version.go index ecc4b71..7d5879c 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.29.0" // x-release-please-version +const PackageVersion = "0.30.0" // x-release-please-version