diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8424e214eb..1be7a87f55 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.2.0 +current_version = 1.3.3.4 files = README.md server/swagger.json parse = (?P\d+)\.(?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch}.{release} diff --git a/CHANGELOG.md b/CHANGELOG.md index cd0ff9920c..70446ee623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.3.3.3 [2017-06-21] +## v1.3.3.4 [2017-06-21] ### Bug Fixes 1. [1651](https://github.com/influxdata/chronograf/pull/1651): Add back in x and y axes on Line + Single Stat graphs diff --git a/README.md b/README.md index c6c09afdf0..d0dcd38093 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Change the default root path of the Chronograf server with the `--basepath` opti ## Versions -The most recent version of Chronograf is [v1.3.2.0](https://www.influxdata.com/downloads/). +The most recent version of Chronograf is [v1.3.3.4](https://www.influxdata.com/downloads/). Spotted a bug or have a feature request? Please open [an issue](https://github.com/influxdata/chronograf/issues/new)! @@ -138,7 +138,7 @@ By default, chronograf runs on port `8888`. To get started right away with Docker, you can pull down our latest release: ```sh -docker pull chronograf:1.3.2.0 +docker pull chronograf:1.3.3.4 ``` ### From Source diff --git a/server/swagger.json b/server/swagger.json index e89bcd131e..f316615003 100644 --- a/server/swagger.json +++ b/server/swagger.json @@ -3,7 +3,7 @@ "info": { "title": "Chronograf", "description": "API endpoints for Chronograf", - "version": "1.3.2.0" + "version": "1.3.3.4" }, "schemes": [ "http" diff --git a/ui/package.json b/ui/package.json index 2c9d7fa8d8..6ecd8fda5e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "chronograf-ui", - "version": "1.3.3-1", + "version": "1.3.3-4", "private": false, "license": "AGPL-3.0", "description": "",