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

This commit is contained in:
James Harton 2023-11-19 04:57:26 +00:00
parent a381ca4b34
commit b269855cb0
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.4.0](https://code.harton.nz/james/wayfarer/compare/v0.3.0...v0.4.0) (2023-11-19)
### Features:
* add proxying. (#7)
## [v0.3.0](https://code.harton.nz/james/wayfarer/compare/v0.2.0...v0.3.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.3.0"
@version "0.4.0"
def project do
[