diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf4c728..4447011 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [1.1.0](https://github.com/macropeople/dcdocs.github.io/compare/v1.0.0...v1.1.0) (2019-01-26)
+
+
+### Features
+
+* **git:** adding standard-version ([9433758](https://github.com/macropeople/dcdocs.github.io/commit/9433758))
+
+
+
# 1.0.0 (2019-01-26)
diff --git a/package-lock.json b/package-lock.json
index b1a49f5..f7ab1fe 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "dcdocs",
- "version": "1.0.0",
+ "version": "1.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 1ee1ae8..334ebd5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dcdocs",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "Documentation repo for Data Controller",
"main": "index.js",
"directories": {