diff --git a/debian/changelog b/debian/changelog index e9343f817..1e046c2e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +open5gs (2.0.10) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Tue, 22 Sep 2020 21:25:27 -0400 + +open5gs (2.0.10~focal) focal; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Tue, 22 Sep 2020 21:23:46 -0400 + +open5gs (2.0.10~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Tue, 22 Sep 2020 21:22:40 -0400 + open5gs (2.0.9) unstable; urgency=medium * Bug Fixed diff --git a/docs/_posts/2020-09-22-release-v2.0.9.md b/docs/_posts/2020-09-22-release-v2.0.10.md similarity index 95% rename from docs/_posts/2020-09-22-release-v2.0.9.md rename to docs/_posts/2020-09-22-release-v2.0.10.md index 89844452b..b27675b07 100644 --- a/docs/_posts/2020-09-22-release-v2.0.9.md +++ b/docs/_posts/2020-09-22-release-v2.0.10.md @@ -1,5 +1,5 @@ --- -title: "v2.0.9 - 100+ UEs tested" +title: "v2.0.10 - 100+ UEs tested" date: 2020-09-21 22:45:00 -0400 categories: - Release @@ -26,5 +26,5 @@ head_inline: "" - Fix PDN connectivity request in PDN DISCONNECT ESM-state([#486](https://github.com/open5gs/open5gs/issues/486)) -- [yc541](https://github.com/yc541) - Fix SEMANTIC ERROR in PACKET FILTER ([#338](https://github.com/open5gs/open5gs/issues/338)) -- [herlesupreeth](https://github.com/herlesupreeth) -Download -- [v2.0.9.tar.gz](https://github.com/open5gs/open5gs/archive/v2.0.9.tar.gz) +Download -- [v2.0.10.tar.gz](https://github.com/open5gs/open5gs/archive/v2.0.10.tar.gz) {: .notice--info} diff --git a/meson.build b/meson.build index 042faf729..087fc3c03 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', - version : '2.0.9', + version : '2.0.10', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -24,7 +24,7 @@ project('open5gs', 'c', ], ) -libogslib_version = '2.0.9' +libogslib_version = '2.0.10' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))