From c440a88bdca0eddc503e6b55d8ff624c0f542195 Mon Sep 17 00:00:00 2001 From: James Harton Date: Sat, 17 Aug 2024 06:54:11 +0000 Subject: [PATCH] chore: release version v0.5.0 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 308b515..ab273e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.5.0](https://harton.dev/james/wayfarer/compare/v0.4.0...v0.5.0) (2024-08-17) + + + + +### Features: + +* Add support for proxying websockets. + ## [v0.4.1](https://harton.dev/james/wayfarer/compare/v0.4.0...v0.4.1) (2024-06-23) diff --git a/mix.exs b/mix.exs index 332be66..56c4c04 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.4.0" + @version "0.5.0" def project do [