diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 000572e..b069996 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.13" + ".": "0.1.0-alpha.14" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7668b15..2697ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.14 (2025-01-29) + +Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/OneBusAway/go-sdk/compare/v0.1.0-alpha.13...v0.1.0-alpha.14) + +### Chores + +* refactor client tests ([#39](https://github.com/OneBusAway/go-sdk/issues/39)) ([d061c5a](https://github.com/OneBusAway/go-sdk/commit/d061c5ae8dd13f5cd6d02f24737124603aab6e4d)) + ## 0.1.0-alpha.13 (2025-01-21) Full Changelog: [v0.1.0-alpha.12...v0.1.0-alpha.13](https://github.com/OneBusAway/go-sdk/compare/v0.1.0-alpha.12...v0.1.0-alpha.13) diff --git a/README.md b/README.md index 375f0e6..a341337 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.13' +go get -u 'github.com/OneBusAway/go-sdk@v0.1.0-alpha.14' ``` diff --git a/internal/version.go b/internal/version.go index 805f4ff..5f0be5b 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.1.0-alpha.13" // x-release-please-version +const PackageVersion = "0.1.0-alpha.14" // x-release-please-version