diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b069996..08e82c4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.14" + ".": "0.1.0-alpha.15" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2697ed8..f82f07a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 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) + +### Bug Fixes + +* fix unicode encoding for json ([#42](https://github.com/OneBusAway/go-sdk/issues/42)) ([800d2aa](https://github.com/OneBusAway/go-sdk/commit/800d2aabff07f74ff117e7efb9002d8f19549ff0)) + ## 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) diff --git a/README.md b/README.md index a341337..56e11f4 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.14' +go get -u 'github.com/OneBusAway/go-sdk@v0.1.0-alpha.15' ``` diff --git a/internal/version.go b/internal/version.go index 5f0be5b..13b9ceb 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.1.0-alpha.14" // x-release-please-version +const PackageVersion = "0.1.0-alpha.15" // x-release-please-version