From 62649d23cbbdfe5cbd7d73f2d30b68ea70bc445c Mon Sep 17 00:00:00 2001 From: vk Date: Mon, 12 Sep 2022 12:50:05 +0300 Subject: [PATCH] Preparation of release 3.1.0 --- NEWS.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 10c2e76..e9d0327 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,15 @@ gtplib Erlang library for encoding and decoding GTPv1, GTPv2 and GTP' frames. +Version 3.1.0 - 12 September 2022 +--------------------------- + +**Features** :rocket: +* [#37](https://github.com/travelping/gtplib/pull/37) Exporting `ULI`/`RAI` decoding functions +* [#36](https://github.com/travelping/gtplib/pull/36) Add a plain binary value to the `v1` private extension +* [#34](https://github.com/travelping/gtplib/pull/34) Rework Indication flags +* [#33](https://github.com/travelping/gtplib/pull/33) `APN` Restriction + Version 3.0.0 - 9 July 2021 --------------------------- @@ -46,7 +55,7 @@ Version 2.0.0 - 8 Mar 2021 * [#13](https://github.com/travelping/gtplib/pull/13) fix wrong `GTPv1` cause codes * [#14](https://github.com/travelping/gtplib/pull/14) `GTPv2`: fix minimum IE length for all flags IEs -Version 1.3.X - +Version 1.3.X - --------------------------- * rename GTP' enum that duplicate GTPv1 enum