Skip to content

Commit cd44cb3

Browse files
chore(main): release 3.7.2 (#33)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 76cc18a commit cd44cb3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.7.1"
2+
".": "3.7.2"
33
}

CHANGELOG.md

+7
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.7.2](https://github.com/apiaframework/apia/compare/v3.7.1...v3.7.2) (2024-09-18)
6+
7+
8+
### Bug Fixes
9+
10+
* Ensure CORS headers are still added when an error occurs in the authenticator ([#32](https://github.com/apiaframework/apia/issues/32)) ([76cc18a](https://github.com/apiaframework/apia/commit/76cc18adca6da977dd11cd26032e40374b43533d))
11+
512
## [3.7.1](https://github.com/apiaframework/apia/compare/v3.7.0...v3.7.1) (2024-05-21)
613

714

lib/apia/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Apia
44

5-
VERSION = '3.7.1'
5+
VERSION = '3.7.2'
66

77
end

0 commit comments

Comments
 (0)