diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a26ebfc..54c4d98 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "0.14.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d0682f4..487be4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.14.1 (2026-07-06) + +Full Changelog: [v0.14.0...v0.14.1](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.14.0...v0.14.1) + ## 0.14.0 (2026-07-06) Full Changelog: [v0.13.1...v0.14.0](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.13.1...v0.14.0) diff --git a/Gemfile.lock b/Gemfile.lock index d47e817..51c0b64 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - openlayer (0.14.0) + openlayer (0.14.1) cgi connection_pool diff --git a/README.md b/README.md index 08d94ec..7e1160f 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 "openlayer", "~> 0.14.0" +gem "openlayer", "~> 0.14.1" ``` diff --git a/lib/openlayer/version.rb b/lib/openlayer/version.rb index 2c10158..2c8f69f 100644 --- a/lib/openlayer/version.rb +++ b/lib/openlayer/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Openlayer - VERSION = "0.14.0" + VERSION = "0.14.1" end