Bump development version, sync changelog
This commit is contained in:
parent
c33ffd5139
commit
a68e896291
2 changed files with 6 additions and 1 deletions
|
@ -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
|
# 2022-02-19 - v0.1.1
|
||||||
|
|
||||||
* web: fix HTML overview page in release environments:
|
* web: fix HTML overview page in release environments:
|
||||||
|
|
2
mix.exs
2
mix.exs
|
@ -4,7 +4,7 @@ defmodule HAHandler.MixProject do
|
||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
app: :ha_handler,
|
app: :ha_handler,
|
||||||
version: "0.1.1",
|
version: "0.2.0",
|
||||||
elixir: "~> 1.12",
|
elixir: "~> 1.12",
|
||||||
start_permanent: Mix.env() == :prod,
|
start_permanent: Mix.env() == :prod,
|
||||||
deps: deps(),
|
deps: deps(),
|
||||||
|
|
Loading…
Reference in a new issue