diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70d1f53..3486899 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
## CHANGE LOG
+### v6.4.1
+
+- 将 mime-types 的依赖版本升级到 2.4.3 。 [https://github.com/qiniu/ruby-sdk/pull/113](https://github.com/qiniu/ruby-sdk/pull/113)
+
### v6.4.0
- 为 put_with_put_policy() 添加 opts 参数,允许使用 :content_type 键指定上传文件的 mime type。 [https://github.com/qiniu/ruby-sdk/pull/111](https://github.com/qiniu/ruby-sdk/pull/111)
diff --git a/Gemfile.lock b/Gemfile.lock
index c162822..b40bc46 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
- qiniu (6.4.0)
+ qiniu (6.4.1)
json (~> 1.7)
- mime-types (~> 1.19)
+ mime-types (~> 2.4.3)
rest-client (~> 1.6)
ruby-hmac (~> 0.4)
diff --git a/lib/qiniu/version.rb b/lib/qiniu/version.rb
index 2aa467c..2531517 100755
--- a/lib/qiniu/version.rb
+++ b/lib/qiniu/version.rb
@@ -4,7 +4,7 @@ module Qiniu
module Version
MAJOR = 6
MINOR = 4
- PATCH = 0
+ PATCH = 1
# Returns a version string by joining MAJOR, MINOR, and PATCH with '.'
#
# Example