From 813772f2c61adfeff97ba20067d09f86ec692b6f Mon Sep 17 00:00:00 2001
From: tidwall
Date: Sat, 2 Nov 2019 15:36:08 -0700
Subject: [PATCH] 1.19.0
---
CHANGELOG.md | 14 ++++++++++++++
README.md | 2 +-
build.sh | 2 +-
3 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7bb746d..a2efccdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.19.0] = 2019-11-02
+### Added
+- #464: Add area expressions commands. (@rshura)
+
+### Fixes
+- #493: Fix invalid JSON when JSET strings that look like numbers. (@spierepf, @JordanArmstrong)
+- #499: Fix invalid PubSub format when output is set to JSON. (@dmvass)
+- #500: Fix Tile38-cli not propertly handling quotes. (@vthorsell)
+- #502: Fix excessive memory usage for objects with TTLs. commit 23b016d. (@FreakyBytes)
+- #503: Fix fprintf type error in stats_cpu.go for non-linux/darwin builds. (@JordanArmstrong)
+
+### Changes
+- #505: Update Travi-ci to use Go 1.13.x
+
## [1.18.0] = 2019-10-09
### Enhancement
- 639f6e2: Updated the spatial index (R-tree) implementation.
diff --git a/README.md b/README.md
index dbbe7dde..c602dfb7 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
-
+
diff --git a/build.sh b/build.sh
index d61b3530..98e37199 100755
--- a/build.sh
+++ b/build.sh
@@ -4,7 +4,7 @@ set -e
cd $(dirname "${BASH_SOURCE[0]}")
OD="$(pwd)"
-VERSION=1.18.0
+VERSION=1.19.0
PROTECTED_MODE="no"
# Hardcode some values to the core package