diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40a355799be..e00c1818f6f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.10.1 (Unreleased)
+
+IMPROVEMENTS:
+ * client: Enable setting tags on Consul Connect sidecar service
+
## 0.10.0 (Unreleased)
FEATURES:
diff --git a/website/source/docs/job-specification/sidecar_service.html.md b/website/source/docs/job-specification/sidecar_service.html.md
index 2e864ec7673..231a8372896 100644
--- a/website/source/docs/job-specification/sidecar_service.html.md
+++ b/website/source/docs/job-specification/sidecar_service.html.md
@@ -52,9 +52,11 @@ valid only within the context of a connect stanza.
## `sidecar_service` Parameters
-- `port` `(string: )` Port label for sidecar service.
+- `tags` (array: nil)
- Custom Consul service tags for the sidecar service.
-- `proxy` - ([proxy][]: nil)
- This is used to configure the sidecar proxy service.
+- `port` `(string: )` - Port label for sidecar service.
+
+- `proxy` ([proxy][]: nil)
- This is used to configure the sidecar proxy service.
## `sidecar_service` Examples