Skip to content

Commit

Permalink
Update changelog; Bump version to 1.4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevmorris committed Apr 16, 2018
1 parent b988ed1 commit eec3912
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.4.0
current_version = 1.4.4.1
files = README.md server/swagger.json
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\.(?P<release>\d+)
serialize = {major}.{minor}.{patch}.{release}
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.4.4.1 [2018-04-16]

### Bug Fixes

1. [#3211](https://github.com/influxdata/chronograf/pull/3211): Snapshot all db struct types in migration files

## v1.4.4.0 [2018-04-13]

### Features
Expand All @@ -20,7 +26,7 @@

### Bug Fixes

1. [#2950](https://github.com/influxdata/chronograf/pull/2094): Always save template variables on first edit
1. [#3094](https://github.com/influxdata/chronograf/pull/3094): Always save template variables on first edit
1. [#3104](https://github.com/influxdata/chronograf/pull/3104): Query annotations at auto-refresh interval
1. [#3109](https://github.com/influxdata/chronograf/pull/3109): Display link to configure Kapacitor on Alerts Page if no configured kapacitor.
1. [#3111](https://github.com/influxdata/chronograf/pull/3111): Fix saving of new TICKscripts
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ option.
## Versions

The most recent version of Chronograf is
[v1.4.4.0](https://www.influxdata.com/downloads/).
[v1.4.4.1](https://www.influxdata.com/downloads/).

Spotted a bug or have a feature request? Please open
[an issue](https://github.com/influxdata/chronograf/issues/new)!
Expand Down Expand Up @@ -178,7 +178,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.4.4.0
docker pull chronograf:1.4.4.1
```

### From Source
Expand Down
2 changes: 1 addition & 1 deletion server/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Chronograf",
"description": "API endpoints for Chronograf",
"version": "1.4.4.0"
"version": "1.4.4.1"
},
"schemes": ["http"],
"basePath": "/chronograf/v1",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chronograf-ui",
"version": "1.4.4-0",
"version": "1.4.4-1",
"private": false,
"license": "AGPL-3.0",
"description": "",
Expand Down

0 comments on commit eec3912

Please sign in to comment.