From 6faace0f5b9adb1d0ff4c7231fa95a9976784258 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Wed, 11 Oct 2023 18:02:07 +0100 Subject: [PATCH] release: 0.8.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 4 ++++ README.md | 2 +- internal/version.go | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 34dc535..a3bdfd2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.2" + ".": "0.8.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index eaa918d..ca4adb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.8.3 (2023-10-11) + +Full Changelog: [v0.8.2...v0.8.3](https://github.com/lithic-com/lithic-go/compare/v0.8.2...v0.8.3) + ## 0.8.2 (2023-10-05) Full Changelog: [v0.8.1...v0.8.2](https://github.com/lithic-com/lithic-go/compare/v0.8.1...v0.8.2) diff --git a/README.md b/README.md index ea4c85e..aae06fc 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.8.2' +go get -u 'github.com/lithic-com/lithic-go@v0.8.3' ``` diff --git a/internal/version.go b/internal/version.go index 56897c1..3f13c11 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.8.2" // x-release-please-version +const PackageVersion = "0.8.3" // x-release-please-version