From 52f8f479e7eea38033d2af945a215fb2789dc440 Mon Sep 17 00:00:00 2001 From: Michael Desa Date: Fri, 11 Aug 2017 15:11:06 -0400 Subject: [PATCH] Fix Changelog ordering --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d1efaab6..993ef716d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -## v1.3.3 [2017-08-11] +## Unreleased +### Features - [#1413](https://github.com/influxdata/kapacitor/issues/1413): Add subscriptions modes to InfluxDB subscriptions. - [#1436](https://github.com/influxdata/kapacitor/issues/1436): Add linear fill support for QueryNode. - [#1345](https://github.com/influxdata/kapacitor/issues/1345): Add MQTT Alert Handler @@ -11,7 +12,6 @@ - [#1497](https://github.com/influxdata/kapacitor/pull/1497): Add support for Docker Swarm autoscaling services. ### Bugfixes -- [#1520](https://github.com/influxdata/kapacitor/pull/1520): Expose pprof without authentication if enabled - [#1400](https://github.com/influxdata/kapacitor/issues/1400): Allow for `.yml` file extensions in `define-topic-handler` - [#1402](https://github.com/influxdata/kapacitor/pull/1402): Fix http server error logging. @@ -19,6 +19,11 @@ - [#1470](https://github.com/influxdata/kapacitor/pull/1470): Fix error messages for missing fields which are arguments to functions are not clear - [#1516](https://github.com/influxdata/kapacitor/pull/1516): Fix bad PagerDuty test the required server info. +## v1.3.3 [2017-08-11] + +### Bugfixes +- [#1520](https://github.com/influxdata/kapacitor/pull/1520): Expose pprof without authentication if enabled + ## v1.3.2 [2017-08-08] ### Bugfixes