From 815d7bc43dade9c1d67ea5cd52c6e8042caaf2f7 Mon Sep 17 00:00:00 2001 From: tidwall Date: Sat, 3 Aug 2019 10:17:34 -0700 Subject: [PATCH] 1.17.3 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- build.sh | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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