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

This commit is contained in:
James Harton 2023-10-14 08:01:24 +00:00
parent fb11032695
commit 9c2aaa62f3
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.3.0](https://code.harton.nz/james/smokestack/compare/v0.2.0...v0.3.0) (2023-10-14)
### Features:
* Target: Add healthy-checking HTTP targets.
### Improvements:
* Listener: Register listeners with scheme, address and port.
## [v0.2.0](https://code.harton.nz/james/smokestack/compare/v0.1.0...v0.2.0) (2023-10-14)

View file

@ -5,7 +5,7 @@ defmodule Wayfarer.MixProject do
A runtime-configurable HTTP reverse proxy based on Bandit.
"""
@version "0.2.0"
@version "0.3.0"
def project do
[