diff --git a/CHANGELOG.md b/CHANGELOG.md index c47a18a3..280648a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.17.3] - 2019-06-28 + +### Fixes +- #483: Fixed lua pool pruning (@rshura) +- f7888c1: Fixed malformed json for chans command + ## [1.17.2] - 2019-06-28 ### Fixes diff --git a/README.md b/README.md index bd24b97c..8fc14682 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

Slack Channel -Version +Version Build Status Docker Ready

diff --git a/build.sh b/build.sh index c1005cbd..a0cd62f9 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" -VERSION=1.17.2 +VERSION=1.17.3 PROTECTED_MODE="no" # Hardcode some values to the core package