From 21ee455e54b1c837e0b63291618132bae3ace708 Mon Sep 17 00:00:00 2001 From: James Harton Date: Sat, 14 Oct 2023 01:20:09 +0000 Subject: [PATCH] chore: release version v0.2.0 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c420229..5d65a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.0](https://code.harton.nz/james/smokestack/compare/v0.1.0...v0.2.0) (2023-10-14) + + + + +### Features: + +* Add ability to start and stop HTTP listeners. (#1) + ## [v0.1.0](https://code.harton.nz/james/smokestack/compare/v0.1.0...v0.1.0) (2023-10-13) diff --git a/mix.exs b/mix.exs index 19587d7..46f3c93 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.1.0" + @version "0.2.0" def project do [