From b233a4aeb4b090f7cfa2b3a9fd9b0e26e2d9674f Mon Sep 17 00:00:00 2001 From: hnimminh Date: Thu, 26 Aug 2021 13:35:28 +0700 Subject: [PATCH] v0.5.7 --- CHANGELOG.md | 3 ++- build/ansible/playbooks/deployment.yml | 2 +- liberator/configuration.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6a5ec..461cf0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ i.e. `..` ## [Unreleased] - TBA -## [v0.5.6] - 2021-08-26 +## [v0.5.7] - 2021-08-26 ### Added - maninpualation class api - inbound normalization and outbound manipulation @@ -34,6 +34,7 @@ i.e. `..` ### Fixed - Fix unintended field for gateways update +- Fix nft empty ruleset ## [v0.3.0] - 2021-06-12 diff --git a/build/ansible/playbooks/deployment.yml b/build/ansible/playbooks/deployment.yml index 417102d..fe1f920 100644 --- a/build/ansible/playbooks/deployment.yml +++ b/build/ansible/playbooks/deployment.yml @@ -4,7 +4,7 @@ become: true vars: - version: '0.5.6' + version: '0.5.7' srcdir: '{{inventory_dir|dirname|dirname|dirname|dirname}}' dstdir: /opt/libresbc/{{version}} diff --git a/liberator/configuration.py b/liberator/configuration.py index 35a9a3d..41d6839 100644 --- a/liberator/configuration.py +++ b/liberator/configuration.py @@ -12,7 +12,7 @@ #----------------------------------------------------------------------------------------------------- _APPLICATION = 'LIBRESBC' _DESCRIPTION = 'Open Source Session Border Controller for Large-Scale Voice Infrastructures' -_SWVERSION = '0.5.6' +_SWVERSION = '0.5.7' #----------------------------------------------------------------------------------------------------- # REDIS ENDPOINT #-----------------------------------------------------------------------------------------------------