diff --git a/NEWS.md b/NEWS.md index 24a6572..e4bcf40 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,13 @@ ergw-aaa Erlang AAA session implementation for ERGW. + +Version 3.6.15 - 30 March 2022 +------------------------------ + +**Bugfixes** :bug: +* [#173](https://github.com/travelping/ergw_aaa/pull/173) Encode optional `Extended` QoS fields, add metrics for Diameter rate limitation, add a `critical` log when Diameter outgoing requests cannot be encoded, discount abandoned pending requests due to process exits when sending Diameter requests + Version 3.6.14 - 26 May 2021 ---------------------------- diff --git a/rebar.config b/rebar.config index ae775de..902a373 100644 --- a/rebar.config +++ b/rebar.config @@ -20,7 +20,7 @@ {test, [ {deps, [ {meck, "0.8.13"}, - {erlando, {git, "https://github.com/travelping/erlando.git", {tag, "1.0.3"}}} + {erlando, {git, "https://github.com/travelping/erlando.git", {tag, "1.0.4"}}} ]}, {plugins, [{coveralls, {git, "https://github.com/RoadRunnr/coveralls-erl.git", {branch, "feature/git-info"}}}]} ]}