diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2ea00f..8fc48c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+
+## 1.1.6 (2021-12-12)
+
+### Changed
+
+- ⬆️ Update dependencies [[13548e8](https://github.com/Tomas2D/knex-firebird-dialect/commit/13548e88aee1a69c8bc3f7331595f404c9096346)]
+- ⬆️ Upgrade node-firebird (driver) [[fcea29a](https://github.com/Tomas2D/knex-firebird-dialect/commit/fcea29a7ddec3822c5840f0732a97d60139b9737)]
+
+### Miscellaneous
+
+- 📝 Add notice about CommonJS require syntax [[e71211c](https://github.com/Tomas2D/knex-firebird-dialect/commit/e71211c010cc669d8097f1554503fd98a5ca42e7)]
+
+
## 1.1.5 (2021-10-11)
diff --git a/package.json b/package.json
index ee4ca4a..72d904c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "knex-firebird-dialect",
- "version": "1.1.5",
+ "version": "1.1.6",
"description": "Knex dialect for Firebird",
"main": "lib/index.js",
"scripts": {