diff --git a/CHANGELOG.md b/CHANGELOG.md
index 551215f..2c33b51 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,25 @@
+## 0.1.18 (2022-02-03)
+
+* Add support for multi-multi-explorer ([8112b23](https://github.com/block-core/blockcore-explorer/commit/8112b23))
+* Remove the "." from menu options ([516c173](https://github.com/block-core/blockcore-explorer/commit/516c173)), closes [#31](https://github.com/block-core/blockcore-explorer/issues/31)
+* Update the changelog ([5035fca](https://github.com/block-core/blockcore-explorer/commit/5035fca))
+
+
+
+## 0.1.17 (2022-02-03)
+
+* Fix minor UI issue with search box not taking full width ([829a9a9](https://github.com/block-core/blockcore-explorer/commit/829a9a9)), closes [#31](https://github.com/block-core/blockcore-explorer/issues/31)
+* Update screenshots in README ([7026db2](https://github.com/block-core/blockcore-explorer/commit/7026db2))
+
+
+
+## 0.1.16 (2022-02-03)
+
+* Add a global search on main page ([7b36985](https://github.com/block-core/blockcore-explorer/commit/7b36985)), closes [#33](https://github.com/block-core/blockcore-explorer/issues/33)
+* Update CHANGELOG.md ([a5d60aa](https://github.com/block-core/blockcore-explorer/commit/a5d60aa))
+
+
+
## 0.1.18 (2022-02-03)
* Fix minor UI issue with search box not taking full width ([829a9a9](https://github.com/block-core/blockcore-explorer/commit/829a9a9)), closes [#31](https://github.com/block-core/blockcore-explorer/issues/31)
diff --git a/package-lock.json b/package-lock.json
index 1b82523..8ed064f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
"name": "blockcoreexplorer",
- "version": "0.1.18",
+ "version": "0.1.19",
"lockfileVersion": 1
}
diff --git a/package.json b/package.json
index bcb04df..13b6203 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "blockcoreexplorer",
- "version": "0.1.18",
+ "version": "0.1.19",
"license": "MIT",
"author": {
"name": "Blockcore",