diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 08e82c4..7e56fe2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.15" + ".": "0.1.0-alpha.16" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f82f07a..99fff8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.16 (2025-02-01) + +Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/OneBusAway/go-sdk/compare/v0.1.0-alpha.15...v0.1.0-alpha.16) + +### Documentation + +* document raw responses ([#45](https://github.com/OneBusAway/go-sdk/issues/45)) ([7dd5d87](https://github.com/OneBusAway/go-sdk/commit/7dd5d87d0079a94213a35eabc1da46d53723ffdd)) + ## 0.1.0-alpha.15 (2025-02-01) Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/OneBusAway/go-sdk/compare/v0.1.0-alpha.14...v0.1.0-alpha.15) diff --git a/README.md b/README.md index 4856a1d..95420aa 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Or to pin the version: ```sh -go get -u 'github.com/OneBusAway/go-sdk@v0.1.0-alpha.15' +go get -u 'github.com/OneBusAway/go-sdk@v0.1.0-alpha.16' ``` diff --git a/internal/version.go b/internal/version.go index 13b9ceb..f578972 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.1.0-alpha.15" // x-release-please-version +const PackageVersion = "0.1.0-alpha.16" // x-release-please-version