Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmcconnell committed Jul 9, 2024
1 parent 0d80a7c commit 4cacf17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## Unreleased
## v0.1.5 / 2024-07-09

* Fix bug where replacing existing cache items could lead to a crash during
eviction
* Accept comma-separated `TLS_DOMAIN` to support multiple domains (#28)
* Set in the outbound request `X-Forwarded-For` (to the client IP address), `X-Forwarded-Host` (to the host name requested by the client), and `X-Forwarded-Proto` (to "http" or "https" depending on whether the inbound request was made on a TLS-enabled connection) (#29)
* Populate `X-Forwarded-For`, `X-Forwarded-Host` and `X-Forwarded-Proto`
headers (#29)

## v0.1.4 / 2024-04-26

Expand Down
2 changes: 1 addition & 1 deletion lib/thruster/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Thruster
VERSION = "0.1.4"
VERSION = "0.1.5"
end

0 comments on commit 4cacf17

Please sign in to comment.