chore: release version v0.2.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2023-10-14 01:20:09 +00:00
parent 20c5ce6f44
commit 21ee455e54
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
[