diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e2d239..21455a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+
+## 0.3.5 (2021-09-12)
+
+### Fixed
+
+- 🐛 fix capture tmpdir bug [[bf1c853](https://github.com/SOVLOOKUP/rubickbase/commit/bf1c853aaa15e16207825401c17a254b4c63aa24)]
+
+### Miscellaneous
+
+- Update index.js [[fe68f0a](https://github.com/SOVLOOKUP/rubickbase/commit/fe68f0adcc57973a0d1044289db309aeb2eaee27)]
+- Update package.json [[b87eea7](https://github.com/SOVLOOKUP/rubickbase/commit/b87eea7847d2b8223a2c534db2962dc7cfdd20cd)]
+ * Update package.json ([aa3ff44](https://github.com/SOVLOOKUP/rubickbase/commit/aa3ff441bf96056f642299b5472469cc61c90ec0))
+
+
## 0.3.4 (2021-09-12)
diff --git a/example/package.json b/example/package.json
index 4a56183..8982057 100644
--- a/example/package.json
+++ b/example/package.json
@@ -1,6 +1,6 @@
{
"name": "rubickbase-example",
- "version": "0.3.4",
+ "version": "0.3.5",
"description": "example usage of rubickbase",
"main": "src/index.js",
"author": "sovlookup",
diff --git a/package.json b/package.json
index 78e6cdf..6e146d3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rubickbase",
- "version": "0.3.4",
+ "version": "0.3.5",
"description": "Expand native capabilities for nodejs and electron based on rust",
"author": "sovlookup ",
"scripts": {
diff --git a/packages/rubickbase/package.json b/packages/rubickbase/package.json
index 06729a2..34a675a 100644
--- a/packages/rubickbase/package.json
+++ b/packages/rubickbase/package.json
@@ -1,6 +1,6 @@
{
"name": "rubickbase",
- "version": "0.3.4",
+ "version": "0.3.5",
"os": [
"linux",
"win32",
diff --git a/packages/rust-backend/package.json b/packages/rust-backend/package.json
index 34e9bea..d44b2bc 100644
--- a/packages/rust-backend/package.json
+++ b/packages/rust-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "rubick_backend",
- "version": "0.3.4",
+ "version": "0.3.5",
"description": "Native Node.js modules that listen/send simulated events to devices",
"main": "index.node",
"homepage": "https://github.com/SOVLOOKUP/rubickbase",