Bump development version, sync changelog

This commit is contained in:
Timothée Floure 2022-02-21 10:46:02 +01:00
parent c33ffd5139
commit a68e896291
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# 2022-02-?? - v0.2.0
* haproxy: fix invalid deduplication / merging of stat entries.
* pgsql: refactoring, wire mode of operation (primary, secondary).
# 2022-02-19 - v0.1.1
* web: fix HTML overview page in release environments:

View File

@ -4,7 +4,7 @@ defmodule HAHandler.MixProject do
def project do
[
app: :ha_handler,
version: "0.1.1",
version: "0.2.0",
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
deps: deps(),