From 2c64a54cb9aa6f471047c34854a8fd660e4b55d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Wed, 23 Feb 2022 17:56:04 +0100 Subject: [PATCH] Sync changelog, release 0.2.1 --- changelog.md | 7 ++++++- mix.exs | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index b8296c8..526a39b 100644 --- a/changelog.md +++ b/changelog.md @@ -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). diff --git a/mix.exs b/mix.exs index 5897289..656c772 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),