Skip to content

Commit 538d0b2

Browse files
Bump version
1 parent bdf5abf commit 538d0b2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.0.3 / 2024-03-06
2+
3+
* Support additional ACME providers
4+
* Respond with `413`, not `400` when blocking oversized requests
5+
* Allow prefixing env vars with `THRUSTER_` to avoid naming clashes
6+
* Additional debug-level logging
7+
18
## v0.0.2 / 2024-02-28
29

310
* Support `Vary` header in HTTP caching

Diff for: lib/thruster/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Thruster
2-
VERSION = "0.0.2"
2+
VERSION = "0.0.3"
33
end

0 commit comments

Comments
 (0)