From bff7c053379593d18a30ac93b3d97434cdedf008 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 23:54:44 +0000 Subject: [PATCH 1/2] chore(internal): version bump --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3b56a433..3c81f3e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - onebusaway-sdk (1.0.12) + onebusaway-sdk (1.0.13) connection_pool GEM From e76b55466dab0e241f7b80c5b1350483bcb7c445 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 23:55:05 +0000 Subject: [PATCH 2/2] release: 1.0.14 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- lib/onebusaway_sdk/version.rb | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 320b4fa2..02f6d01f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.13" + ".": "1.0.14" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 46860b13..34a9d3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.14 (2025-07-06) + +Full Changelog: [v1.0.13...v1.0.14](https://github.com/OneBusAway/ruby-sdk/compare/v1.0.13...v1.0.14) + +### Chores + +* **internal:** version bump ([bff7c05](https://github.com/OneBusAway/ruby-sdk/commit/bff7c053379593d18a30ac93b3d97434cdedf008)) + ## 1.0.13 (2025-07-06) Full Changelog: [v1.0.12...v1.0.13](https://github.com/OneBusAway/ruby-sdk/compare/v1.0.12...v1.0.13) diff --git a/README.md b/README.md index 849b2676..22e85834 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "onebusaway-sdk", "~> 1.0.13" +gem "onebusaway-sdk", "~> 1.0.14" ``` diff --git a/lib/onebusaway_sdk/version.rb b/lib/onebusaway_sdk/version.rb index d583f662..11d664cd 100644 --- a/lib/onebusaway_sdk/version.rb +++ b/lib/onebusaway_sdk/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OnebusawaySDK - VERSION = "1.0.13" + VERSION = "1.0.14" end