Skip to content

Commit 2f696b2

Browse files
Bump version
1 parent 3ac7e5c commit 2f696b2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.1.15 / 2025-08-05
2+
3+
* Ensure responses are flushable (preventing issues with SSE) (#87)
4+
* Add host to cache key (#86)
5+
* Add X-Request-Start header (#85)
6+
* Add `LOG_REQUESTS` option to control request logging (#50)
7+
18
## v0.1.14 / 2025-06-18
29

310
* Build with Go 1.24.4 (#81)

lib/thruster/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Thruster
2-
VERSION = "0.1.14"
2+
VERSION = "0.1.15"
33
end

0 commit comments

Comments
 (0)