From 804eeb83a875af0224742ce39b6f0c883ca1763b Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Mon, 7 Sep 2020 00:26:26 -0400 Subject: [PATCH] Release v2.0.2 --- README.md | 7 ++++++- debian/changelog | 18 ++++++++++++++++++ meson.build | 4 ++-- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd41aa03d..734f4d468 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ If you find Open5GS useful for work, please consider supporting this Open Source project by [Becoming a sponsor](https://github.com/sponsors/acetcom). To manage the funding transactions transparently, you can donate through [OpenCollective](https://opencollective.com/open5gs). #### Thank you to our sponsors! -[](https://www.auctionsoftware.com/) + + AuctionSoftware + + + AccessParks + ## Documentation diff --git a/debian/changelog b/debian/changelog index e649de5a0..cc8159385 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +open5gs (2.0.2~focal) focal; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 06 Sep 2020 23:59:56 -0400 + +open5gs (2.0.2~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 06 Sep 2020 23:58:40 -0400 + +open5gs (2.0.2) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 06 Sep 2020 23:54:34 -0400 + open5gs (2.0.1~bionic) bionic; urgency=medium * Bug Fixed diff --git a/meson.build b/meson.build index 7ace651d4..b951239a5 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', - version : '2.0.1', + version : '2.0.2', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -24,7 +24,7 @@ project('open5gs', 'c', ], ) -libogslib_version = '2.0.1' +libogslib_version = '2.0.2' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir'))