Skip to content

Commit

Permalink
bump v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hnimminh committed Sep 14, 2024
1 parent 734e297 commit 0b8ef8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

i.e. `<Major version>.<Minor version>.<Patch version>`

## [Unreleased] - TBA
## [v0.7.2] - 2024-09-14
- Support call recovery capability (HA) #140
- Support config build as var for kamailio/freeswitch
- Gateway support specify outbound proxy
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: 'v0.7.1.f'
version: 'v0.7.2'
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 = 'v0.7.1.f'
_SWVERSION = 'v0.7.2'
#-----------------------------------------------------------------------------------------------------
# LIBRE
#-----------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion webui/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func init() {
+-+-+-+-+-+-+-+-+ +-+-+-+-+-+
Open Source Session Border Controler
LibreSBC - v0.7.1.f
LibreSBC - v0.7.2
Listen %s
LibreSBC %s
Expand Down

0 comments on commit 0b8ef8f

Please sign in to comment.