From df88fa37367120d74baada2376e5661d634ef18e Mon Sep 17 00:00:00 2001 From: Ryan Betts Date: Thu, 27 Jul 2017 16:23:22 -0700 Subject: [PATCH] Update CHANGELOG with 1.3 release dates. --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff910fa4c..8e3dfb9747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,14 +34,15 @@ - [#8630](https://github.com/influxdata/influxdb/pull/8630): Prevent excessive memory usage when dropping series -## v1.3.1 [unreleased] + +## v1.3.1 [2017-07-20] ### Bugfixes - [#8559](https://github.com/influxdata/influxdb/issues/8559): Ensure temporary TSM files get cleaned up when compaction aborted. - [#8500](https://github.com/influxdata/influxdb/issues/8500): InfluxDB goes unresponsive - [#8531](https://github.com/influxdata/influxdb/issues/8531): Duplicate points generated via INSERT after DELETE - +- [#8569](https://github.com/influxdata/influxdb/issues/8569): Fix the cq start and end times to use unix timestamps. ## v1.3.0 [2017-06-21]