diff --git a/debian/changelog b/debian/changelog index 97d0feedb..fad36a90d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +open5gs (2.4.6) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Tue, 17 May 2022 22:41:32 +0900 + +open5gs (2.4.6~jammy) jammy; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Tue, 17 May 2022 22:40:16 +0900 + +open5gs (2.4.6~focal) focal; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Tue, 17 May 2022 22:38:38 +0900 + +open5gs (2.4.6~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Tue, 17 May 2022 22:37:22 +0900 + +open5gs (2.4.6~impish) impish; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Tue, 17 May 2022 22:34:40 +0900 + open5gs (2.4.5) unstable; urgency=medium * GTP-1C(GGSN) provided by sysmocom diff --git a/docs/assets/webui/install b/docs/assets/webui/install index 9d5114d7d..27ff5cf4d 100644 --- a/docs/assets/webui/install +++ b/docs/assets/webui/install @@ -10,7 +10,7 @@ # PACKAGE="open5gs" -VERSION="2.4.3" +VERSION="2.4.6" print_status() { echo diff --git a/meson.build b/meson.build index d36e013d3..021f40e6d 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', 'cpp', - version : '2.4.5', + version : '2.4.6', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -24,7 +24,7 @@ project('open5gs', 'c', 'cpp', ], ) -libogslib_version = '2.4.5' +libogslib_version = '2.4.6' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir')) diff --git a/webui/package-lock.json b/webui/package-lock.json index db8a0e768..49e602f46 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -1,6 +1,6 @@ { "name": "open5gs", - "version": "2.4.3", + "version": "2.4.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/webui/package.json b/webui/package.json index da955828e..3c6034a82 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "open5gs", - "version": "2.4.3", + "version": "2.4.6", "description": "Open5gs", "main": "index.js", "repository": "https://github.com/open5gs/open5gs/webui",