From 8bd566f675130e8f3da9db5ee11d65b037e4ee16 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 06:57:28 +0000 Subject: [PATCH 1/2] chore(internal): codegen related update --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 443d70c..26680ba 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2025 Onebusaway SDK + Copyright 2026 Onebusaway SDK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 6a5994d99d44381105b0bd15dff02764f77cbd1d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 06:57:46 +0000 Subject: [PATCH 2/2] release: 1.4.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- internal/version.go | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6bbc0bb..3b10f07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.6" + ".": "1.4.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a49d3d..77ded9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.4.7 (2026-01-06) + +Full Changelog: [v1.4.6...v1.4.7](https://github.com/OneBusAway/go-sdk/compare/v1.4.6...v1.4.7) + +### Chores + +* **internal:** codegen related update ([8bd566f](https://github.com/OneBusAway/go-sdk/commit/8bd566f675130e8f3da9db5ee11d65b037e4ee16)) + ## 1.4.6 (2025-12-06) Full Changelog: [v1.4.5...v1.4.6](https://github.com/OneBusAway/go-sdk/compare/v1.4.5...v1.4.6) diff --git a/README.md b/README.md index e01fd55..8047fc8 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@v1.4.6' +go get -u 'github.com/OneBusAway/go-sdk@v1.4.7' ``` diff --git a/internal/version.go b/internal/version.go index 1202da0..b340cc6 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "1.4.6" // x-release-please-version +const PackageVersion = "1.4.7" // x-release-please-version