From d082178c20d0d432eab577127f15b2906223ca1b Mon Sep 17 00:00:00 2001 From: vkatsuba Date: Wed, 23 Jun 2021 17:26:20 +0300 Subject: [PATCH] Preparation of release 2.2.2 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fefad62..76f89460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ eradius A generic RADIUS client and server. +Version 2.2.2 - 23 June 2021 +--------------------------- + +**Features** :rocket: +* [#203](https://github.com/travelping/eradius/pull/203) Adding `RADIUS` dictionary for `APC` by `Schneider Electric` + +**Bugfixes** :bug: +* [#192](https://github.com/travelping/eradius/pull/192) Fix building of eradius with `persistent_term` +* [#204](https://github.com/travelping/eradius/pull/204) Fix gathering of `RADIUS` `Accounting` metrics + +**Refactorings** :fire: +* [#194](https://github.com/travelping/eradius/pull/194) Use `ets:update_counter` to update `RADIUS` metrics + +**Dependencies** :gear: +* [#205](https://github.com/travelping/eradius/pull/205) Update [prometheus](https://github.com/deadtrickster/prometheus.erl) tag to [4.8.1](https://github.com/deadtrickster/prometheus.erl/releases/tag/v4.8.1) + Version 2.2.1 - 4 February 2021 ---------------------------