chore: release version v0.6.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
James Harton 2024-08-27 03:54:31 +00:00
parent b96516405e
commit fad27f142e
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.6.1](https://harton.dev/james/wayfarer/compare/v0.6.0...v0.6.1) (2024-08-27)
### Bug Fixes:
* Proxy: don't crash for responses with no body.
## [v0.6.0](https://harton.dev/james/wayfarer/compare/v0.5.0...v0.6.0) (2024-08-20)

View file

@ -5,7 +5,7 @@ defmodule Wayfarer.MixProject do
A runtime-configurable HTTP reverse proxy based on Bandit.
"""
@version "0.6.0"
@version "0.6.1"
def project do
[