diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4cf8661..accc64a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.15.1] - 2022-06-11
+
+### Bug Fixes
+
+- Cannot upload ([#32](https://github.com/sigoden/duf/issues/32))
+
 ## [0.15.0] - 2022-06-10
 
 ### Bug Fixes
diff --git a/Cargo.lock b/Cargo.lock
index 3e2ba70..da3b89d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -286,7 +286,7 @@ dependencies = [
 
 [[package]]
 name = "duf"
-version = "0.15.0"
+version = "0.15.1"
 dependencies = [
  "async-walkdir",
  "async_zip",
diff --git a/Cargo.toml b/Cargo.toml
index 2b5a22b..baf985b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "duf"
-version = "0.15.0"
+version = "0.15.1"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Duf is a simple file server."