diff --git a/CHANGELOG.md b/CHANGELOG.md
index 989f1864..9475aa26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
+## 0.2.38 (2022-08-26)
+
+* Handle error message returned from the node (#157) ([11e5b96](https://github.com/block-core/blockcore-indexer/commit/11e5b96)), closes [#157](https://github.com/block-core/blockcore-indexer/issues/157)
+* Update Node.js version for workflow ([6caf0c2](https://github.com/block-core/blockcore-indexer/commit/6caf0c2))
+
+
+
## 0.2.37 (2022-07-05)
* Added missing binding for block rewind (#154) ([aaa1358](https://github.com/block-core/blockcore-indexer/commit/aaa1358)), closes [#154](https://github.com/block-core/blockcore-indexer/issues/154)
+* Updated version and changelog ([cc00145](https://github.com/block-core/blockcore-indexer/commit/cc00145))
diff --git a/package.json b/package.json
index 423880b4..50e26e8d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "blockcoreindexer",
- "version": "0.2.37",
+ "version": "0.2.38",
"license": "MIT",
"author": {
"name": "Blockcore",
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index ba9e583e..bc8e36c0 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -1,6 +1,6 @@
- 0.2.37
+ 0.2.38
net6.0
Blockcore
MIT