Skip to content

Commit

Permalink
Add release notes and update erlando version in rebar.config
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier M. Torres authored and javiermtorres committed Mar 30, 2022
1 parent a80e4d4 commit 7184666
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}}]}
]}
Expand Down

0 comments on commit 7184666

Please sign in to comment.