Skip to content

Commit

Permalink
bump v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hnimminh committed Dec 25, 2023
1 parent a9953af commit a7a44ca
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
i.e. `<Major version>.<Minor version>.<Patch version>`

## [Unreleased] - TBA

## [v0.7.1] - 2023-12-25
- Fix UI access layer #121
- Clean unused pipe in get domain-policy
- Set default value for cluster hashmap
Expand All @@ -27,7 +29,7 @@ i.e. `<Major version>.<Minor version>.<Patch version>`
- Enhance config provision method from pre-process/include #132
- Single all-in-one docker image #110

## [v0.7.0] - 2023-08-027
## [v0.7.0] - 2023-08-27
- Fix jumps routing table
- Update CaptAgent to 6.4.1
- PreAnswer validation
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.0'
version: 'v0.7.1'
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.0'
_SWVERSION = 'v0.7.1'
#-----------------------------------------------------------------------------------------------------
# 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.0
LibreSBC - v0.7.1
Listen %s
LibreSBC %s
Expand Down

0 comments on commit a7a44ca

Please sign in to comment.