diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba07ff7..1482f11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
 
 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
 
+#### [v1.1.0](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/compare/v1.0.13...v1.1.0)
+
+- Add eslint [`30d09cc`](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/commit/30d09cc05b98cdf3f548d876c9c75a0c58026c4e)
+- Bump komodo-sdk from 1.44.6 to 1.45.6 [`479de74`](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/commit/479de7411fea52c0deeaebc08dfe9cf29c67cd6a)
+- Bump tektrans-logger from 1.2.3 to 1.2.4 [`f0b85ca`](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/commit/f0b85cae4d040fc6bed1356232dac3f911570907)
+
 #### [v1.0.13](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/compare/v1.0.12...v1.0.13)
 
+> 14 February 2022
+
 - Migrate to tektrans-logger [`82d4705`](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/commit/82d4705cd9eeb099a83b77fa6659e79936ea3836)
 
 #### [v1.0.12](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/compare/v1.0.10...v1.0.12)
diff --git a/package-lock.json b/package-lock.json
index 35452a3..d6d50bd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "komodo-gw-komodo",
-  "version": "1.0.13",
+  "version": "1.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "komodo-gw-komodo",
-      "version": "1.0.13",
+      "version": "1.1.0",
       "license": "ISC",
       "dependencies": {
         "auto-changelog": "^2.3.0",
diff --git a/package.json b/package.json
index 7905962..5ed2e71 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "komodo-gw-komodo",
-  "version": "1.0.13",
+  "version": "1.1.0",
   "description": "Komodo Gateway to other Komodo",
   "main": "index.js",
   "scripts": {