From fad27f142e1d927df901f42bf65e1bb860303e63 Mon Sep 17 00:00:00 2001 From: James Harton Date: Tue, 27 Aug 2024 03:54:31 +0000 Subject: [PATCH] chore: release version v0.6.1 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe155d6..d2b1c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index a8c0271..30b08a0 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [