From d9fe59958e477bb1eabbfc9b6ad95700573f3c9a Mon Sep 17 00:00:00 2001 From: James Harton Date: Tue, 20 Aug 2024 04:45:52 +0000 Subject: [PATCH] chore: release version v0.6.0 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab273e9..fe155d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.6.0](https://harton.dev/james/wayfarer/compare/v0.5.0...v0.6.0) (2024-08-20) + + + + +### Features: + +* Add request telemetry (#114) + ## [v0.5.0](https://harton.dev/james/wayfarer/compare/v0.4.0...v0.5.0) (2024-08-17) diff --git a/mix.exs b/mix.exs index 56c4c04..a8c0271 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.5.0" + @version "0.6.0" def project do [