diff --git a/CHANGELOG.md b/CHANGELOG.md
index 360fb6c..f9b394a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+## 0.4.1
+
+- Fixing the `set_timeout` failure on dev profile [#18](https://github.com/whizsid/wasmtimer-rs/issues/18), [#23](https://github.com/whizsid/wasmtimer-rs/pull/23).
+
 ## 0.4.0
 
 - Added a NodeJS example project [#19](https://github.com/whizsid/wasmtimer-rs/pull/19).
diff --git a/Cargo.toml b/Cargo.toml
index 08dc6a4..1989500 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
 name = "wasmtimer"
 edition = "2021"
 description = "Time utils from std::time, tokio::time and tokio_util::time on WASM targets"
-version = "0.4.0"
+version = "0.4.1"
 authors = ["WhizSid <whizsid@aol.com>", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
 license = "MIT"
 repository = "https://github.com/whizsid/wasmtimer-rs"