Skip to content

Commit

Permalink
v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hnimminh committed Aug 26, 2021
1 parent 9f40569 commit b233a4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ i.e. `<Major version>.<Minor version>.<Patch version>`

## [Unreleased] - TBA

## [v0.5.6] - 2021-08-26
## [v0.5.7] - 2021-08-26
### Added
- maninpualation class api
- inbound normalization and outbound manipulation
Expand All @@ -34,6 +34,7 @@ i.e. `<Major version>.<Minor version>.<Patch version>`

### Fixed
- Fix unintended field for gateways update
- Fix nft empty ruleset

## [v0.3.0] - 2021-06-12

Expand Down
2 changes: 1 addition & 1 deletion build/ansible/playbooks/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand Down
2 changes: 1 addition & 1 deletion liberator/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
#-----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit b233a4a

Please sign in to comment.