Sync changelog, release 0.2.1

This commit is contained in:
Timothée Floure 2022-02-23 17:56:04 +01:00
parent ebcfabdbd2
commit 2c64a54cb9
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
# 2022-02-?? - v0.2.0
# 2022-02-23 - v0.2.1
* haproxy: properly close file descriptor after socker query.
* Add editorconfig, (mix) format codebase.
# 2022-02-21 - v0.2.0
* haproxy: fix invalid deduplication / merging of stat entries.
* pgsql: refactoring, wire mode of operation (primary, secondary).

View File

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