Skip to content

Commit dfbd7ef

Browse files
authored
chore(main): release 3.9.1
1 parent 6b6a710 commit dfbd7ef

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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)