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 [