Skip to content

Commit 3b78fa7

Browse files
authored
chore(main): release 3.9.1 (#44)
Co-authored-by: apiabot[bot] <238653882+apiabot[bot]@users.noreply.github.com>
1 parent 6b6a710 commit 3b78fa7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.9.0"
2+
".": "3.9.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This file contains all the latest changes and updates to Apia.
44

5+
## [3.9.1](https://github.com/apiaframework/apia/compare/v3.9.0...v3.9.1) (2025-10-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **cors:** lowercase cors headers for rack 3 compatibility ([#42](https://github.com/apiaframework/apia/issues/42)) ([859907a](https://github.com/apiaframework/apia/commit/859907a47a719776d215115208f1368009bf7654))
11+
512
## [3.9.0](https://github.com/apiaframework/apia/compare/v3.8.0...v3.9.0) (2025-10-17)
613

714

lib/apia/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Apia
44

5-
VERSION = '3.9.0'
5+
VERSION = '3.9.1'
66

77
end

0 commit comments

Comments
 (0)