From d663383bdcf77da40b0f64f768d632f74f96067c Mon Sep 17 00:00:00 2001 From: tidwall Date: Fri, 9 Aug 2019 09:50:33 -0700 Subject: [PATCH] 1.17.4 --- CHANGELOG.md | 7 ++++++- README.md | 2 +- build.sh | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 280648a4..183fc665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +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 +## [1.17.4] - 2019-08-09 + +### Fixes +- #486: Fixed data condition on connections map (@saltatory) + +## [1.17.3] - 2019-08-03 ### Fixes - #483: Fixed lua pool pruning (@rshura) diff --git a/README.md b/README.md index 8fc14682..6f5d5320 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 a0cd62f9..fa7c3eeb 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" -VERSION=1.17.3 +VERSION=1.17.4 PROTECTED_MODE="no" # Hardcode some values to the core package