From dfbd7effb50951db98aaf2bae78dc3cd01ad643f Mon Sep 17 00:00:00 2001 From: "apiabot[bot]" <238653882+apiabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 10:23:09 +0000 Subject: [PATCH] chore(main): release 3.9.1 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/apia/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index f1c8ae5..f9897f7 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.9.0" + ".": "3.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ed25543..0978203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This file contains all the latest changes and updates to Apia. +## [3.9.1](https://github.com/apiaframework/apia/compare/v3.9.0...v3.9.1) (2025-10-22) + + +### Bug Fixes + +* **cors:** lowercase cors headers for rack 3 compatibility ([#42](https://github.com/apiaframework/apia/issues/42)) ([859907a](https://github.com/apiaframework/apia/commit/859907a47a719776d215115208f1368009bf7654)) + ## [3.9.0](https://github.com/apiaframework/apia/compare/v3.8.0...v3.9.0) (2025-10-17) diff --git a/lib/apia/version.rb b/lib/apia/version.rb index ad1692b..25c0a80 100644 --- a/lib/apia/version.rb +++ b/lib/apia/version.rb @@ -2,6 +2,6 @@ module Apia - VERSION = '3.9.0' + VERSION = '3.9.1' end