diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index e0dcb8cf8f..b701ac3ce3 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.4.2.3
+current_version = 1.4.3.0
 files = README.md server/swagger.json
 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\.(?P<release>\d+)
 serialize = {major}.{minor}.{patch}.{release}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 458cc9f38c..e2d97d48f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,12 @@
 
 ## v1.4.3.0 [unreleased]
 
+### UI Improvements
+
+### Bug Fixes
+
+## v1.4.3.0 [2018-3-28]
+
 ### Features
 
 1.  [#2973](https://github.com/influxdata/chronograf/pull/2973): Add unsafe SSL to Kapacitor UI configuration
@@ -31,6 +37,10 @@
 1.  [#3068](https://github.com/influxdata/chronograf/pull/3068): Fix intermittent missing fill from graphs
 1.  [#3087](https://github.com/influxdata/chronograf/pull/3087): Exit annotation edit mode when user navigates away from dashboard
 1.  [#3079](https://github.com/influxdata/chronograf/pull/3082): Support custom time range in annotations api wrapper
+1.  [#3068](https://github.com/influxdata/chronograf/pull/3068): Fix intermittent missing fill from graphs
+1.  [#3079](https://github.com/influxdata/chronograf/pull/3082): Support custom time range in annotations api wrapper
+1.  [#3087](https://github.com/influxdata/chronograf/pull/3087): Exit annotation edit mode when user navigates away from dashboard
+1.  [#3073](https://github.com/influxdata/chronograf/pull/3073): Fix Delete button in All Users admin page
 
 ## v1.4.2.3 [2018-03-08]
 
@@ -38,8 +48,6 @@
 
 ### Bug Fixes
 
-1.  [#2866](https://github.com/influxdata/chronograf/pull/2866): Change hover text on delete mappings confirmation button to 'Delete'
-1.  [#2911](https://github.com/influxdata/chronograf/pull/2911): Fix Heroku OAuth
 1.  [#2859](https://github.com/influxdata/chronograf/pull/2859): Enable Mappings save button when valid
 1.  [#2933](https://github.com/influxdata/chronograf/pull/2933): Include url in Kapacitor connection creation requests
 
diff --git a/README.md b/README.md
index 3cffba1446..9f1d1657e2 100644
--- a/README.md
+++ b/README.md
@@ -136,7 +136,7 @@ option.
 ## Versions
 
 The most recent version of Chronograf is
-[v1.4.2.3](https://www.influxdata.com/downloads/).
+[v1.4.3.0](https://www.influxdata.com/downloads/).
 
 Spotted a bug or have a feature request? Please open
 [an issue](https://github.com/influxdata/chronograf/issues/new)!
@@ -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.2.3
+docker pull chronograf:1.4.3.0
 ```
 
 ### From Source
diff --git a/server/swagger.json b/server/swagger.json
index b7b0f2e7d4..da3cebcdcf 100644
--- a/server/swagger.json
+++ b/server/swagger.json
@@ -3,7 +3,7 @@
   "info": {
     "title": "Chronograf",
     "description": "API endpoints for Chronograf",
-    "version": "1.4.2.3"
+    "version": "1.4.3.0"
   },
   "schemes": ["http"],
   "basePath": "/chronograf/v1",
diff --git a/ui/package.json b/ui/package.json
index 6b95613217..c9854a3050 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "chronograf-ui",
-  "version": "1.4.2-3",
+  "version": "1.4.3-0",
   "private": false,
   "license": "AGPL-3.0",
   "description": "",