From a68e896291268272932ad035c1c25752c3fca248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Mon, 21 Feb 2022 10:46:02 +0100 Subject: [PATCH] Bump development version, sync changelog --- changelog.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 27bdc73..8d0ea3c 100644 --- a/changelog.md +++ b/changelog.md @@ -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: diff --git a/mix.exs b/mix.exs index a82428b..5897289 100644 --- a/mix.exs +++ b/mix.exs @@ -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(),