diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fe9d29ad..cda5cac9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.1.2" + ".": "7.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f56a0e..ee876d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.1.3](https://github.com/workos/workos-ruby/compare/v7.1.2...v7.1.3) (2026-08-20) + + +### Bug Fixes + +* explicitly evict connections if request does not complete as success ([853de67](https://github.com/workos/workos-ruby/commit/853de6740a8038bde3ac1625fde98a20ea87604e)) + ## [7.1.2](https://github.com/workos/workos-ruby/compare/v7.1.1...v7.1.2) (2026-05-06) diff --git a/Gemfile.lock b/Gemfile.lock index 5dd595f1..557a595a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (7.1.2) + workos (7.1.3) jwt (~> 3.1) logger (~> 1.7) zeitwerk (~> 2.6) @@ -124,7 +124,7 @@ CHECKSUMS unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42 unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f webmock (3.26.2) sha256=774556f2ea6371846cca68c01769b2eac0d134492d21f6d0ab5dd643965a4c90 - workos (7.1.2) + workos (7.1.3) zeitwerk (2.7.5) sha256=d8da92128c09ea6ec62c949011b00ed4a20242b255293dd66bf41545398f73dd BUNDLED WITH diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 61c9de8f..f3fb259e 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -2,5 +2,5 @@ # @oagen-ignore-file module WorkOS - VERSION = "7.1.2" + VERSION = "7.1.3" end