Skip to content

Commit bbde111

Browse files
chore(main): release 3.7.1 (#30)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dbf8a5e commit bbde111

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.0"
2+
".": "3.7.1"
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.1](https://github.com/apiaframework/apia/compare/v3.7.0...v3.7.1) (2024-05-21)
6+
7+
8+
### Bug Fixes
9+
10+
* Ensure plain text response is only used for strings ([#29](https://github.com/apiaframework/apia/issues/29)) ([dbf8a5e](https://github.com/apiaframework/apia/commit/dbf8a5ee29d72b16b592eb331597fd52b9fb2ca7))
11+
512
## [3.7.0](https://github.com/apiaframework/apia/compare/v3.6.0...v3.7.0) (2024-05-15)
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.0'
5+
VERSION = '3.7.1'
66

77
end

0 commit comments

Comments
 (0)