diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b0699969..08e82c45 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 8226d862..5770c753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.15 (2025-05-08) + +Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.14...v0.1.0-alpha.15) + +### Chores + +* **internal:** version bump ([cfbd46f](https://github.com/Finch-API/finch-api-ruby/commit/cfbd46f8c0028a594864a9801a9b848bdde13b74)) + ## 0.1.0-alpha.14 (2025-05-07) Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.13...v0.1.0-alpha.14) diff --git a/Gemfile.lock b/Gemfile.lock index 52ab1b15..70713814 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - finch-api (0.1.0.pre.alpha.13) + finch-api (0.1.0.pre.alpha.14) connection_pool GEM diff --git a/README.md b/README.md index 54cfa4b4..c7ecfba6 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 "finch-api", "~> 0.1.0.pre.alpha.14" +gem "finch-api", "~> 0.1.0.pre.alpha.15" ``` diff --git a/lib/finch_api/version.rb b/lib/finch_api/version.rb index 470e5eff..27565802 100644 --- a/lib/finch_api/version.rb +++ b/lib/finch_api/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module FinchAPI - VERSION = "0.1.0.pre.alpha.14" + VERSION = "0.1.0.pre.alpha.15" end