diff --git a/CHANGELOG.md b/CHANGELOG.md
index b93905d..463c6e1 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).
 
+#### [1.4.0](https://github.com/felixmosh/knex-mock-client/compare/1.3.3...1.4.0)
+
+- feat: add `any` handler to work on any type of query, fixes #2 [`#2`](https://github.com/felixmosh/knex-mock-client/issues/2)
+- Make release more automatic [`1848b34`](https://github.com/felixmosh/knex-mock-client/commit/1848b3425ddab1e56cf0e23cf75df177b7d0b727)
+
 #### [1.3.3](https://github.com/felixmosh/knex-mock-client/compare/1.3.2...1.3.3)
 
+> 19 May 2021
+
+- Release 1.3.3 [`dbdeafa`](https://github.com/felixmosh/knex-mock-client/commit/dbdeafa18c96ac46e91a08e689c43666485d9c08)
 - fix: readme example [`6afddb8`](https://github.com/felixmosh/knex-mock-client/commit/6afddb8ffbf91d5c3df1c8d27284df6f21b4d457)
 
 #### [1.3.2](https://github.com/felixmosh/knex-mock-client/compare/1.3.1...1.3.2)
diff --git a/package.json b/package.json
index 6024bec..f2700c6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "knex-mock-client",
-  "version": "1.3.3",
+  "version": "1.4.0",
   "description": "A mock client for knex which allows you to write tests with DB interactions",
   "homepage": "https://github.com/felixmosh/knex-mock-client#readme",
   "bugs": {