From 880e806e1fa00e793dff7c9a005ce6e057108db1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:24:07 +0000 Subject: [PATCH] chore(main): release 2.7.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ lib/faraday/http_cache/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6ed9c80..984e5f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.0" + ".": "2.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa207e..d0d0b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ * Added support for `Cache-Control: stale-while-revalidate`. * Added `:on_stale` middleware callback hook to trigger custom background refresh logic when stale cached responses are served. +## [2.7.1](https://github.com/sourcelevel/faraday-http-cache/compare/v2.7.0...v2.7.1) (2026-04-14) + + +### Bug Fixes + +* release-please version-file config and workflow API key auth ([4fd5dd3](https://github.com/sourcelevel/faraday-http-cache/commit/4fd5dd3400740b8ca8bfbf040cd570171b18bc8b)) +* use API key for RubyGems publish instead of OIDC trusted publishing ([dd859d2](https://github.com/sourcelevel/faraday-http-cache/commit/dd859d24a11a0f873a88cf496ad5f2f41153c9d7)) + ## [2.7.0](https://github.com/sourcelevel/faraday-http-cache/compare/v2.6.1...v2.7.0) (2026-04-14) diff --git a/lib/faraday/http_cache/version.rb b/lib/faraday/http_cache/version.rb index bda225a..101fe86 100644 --- a/lib/faraday/http_cache/version.rb +++ b/lib/faraday/http_cache/version.rb @@ -2,6 +2,6 @@ module Faraday class HttpCache - VERSION = '2.7.0' + VERSION = '2.7.1' end end