Sync changelog, release 0.2.1
This commit is contained in:
parent
ebcfabdbd2
commit
2c64a54cb9
2 changed files with 7 additions and 2 deletions
|
@ -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.
|
* haproxy: fix invalid deduplication / merging of stat entries.
|
||||||
* pgsql: refactoring, wire mode of operation (primary, secondary).
|
* pgsql: refactoring, wire mode of operation (primary, secondary).
|
||||||
|
|
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.2.0",
|
version: "0.2.1",
|
||||||
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