diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0746cbe..e6eadb4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.12.0" + ".": "2.13.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a62f69..e98a696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.13.0](https://github.com/context-dot-dev/context-go-sdk/compare/v2.12.0...v2.13.0) (2026-08-27) + + +### Features + +* initial stlc build ([c2aa36e](https://github.com/context-dot-dev/context-go-sdk/commit/c2aa36ed6473d57d21250d6e3cffc64595217171)) + ## 2.12.0 (2026-08-23) Full Changelog: [v2.11.0...v2.12.0](https://github.com/context-dot-dev/context-go-sdk/compare/v2.11.0...v2.12.0) diff --git a/README.md b/README.md index fdfd1fb..8e421ac 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Or to pin the version: ```sh -go get -u 'github.com/context-dot-dev/context-go-sdk/v2@v2.12.0' +go get -u 'github.com/context-dot-dev/context-go-sdk/v2@v2.13.0' ``` diff --git a/internal/version.go b/internal/version.go index d2db0fd..795ad9b 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "2.12.0" // x-release-please-version +const PackageVersion = "2.13.0" // x-release-please-version