Bump to version 0.6.2 (#272)

Signed-off-by: Xuanwo <github@xuanwo.io>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f5efe9b..9999cb5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@
 The format is based on [Keep a Changelog](https://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](https://semver.org/).
 
+## [v0.6.2] - 2022-05-12
+
+### Fixed
+
+- fix(azblob): Request URL not construct correctly (#270)
+
 ## [v0.6.1] - 2022-05-09
 
 ### Added
@@ -313,6 +319,7 @@
 
 Hello, OpenDAL!
 
+[v0.6.2]: https://github.com/datafuselabs/opendal/compare/v0.6.1...v0.6.2
 [v0.6.1]: https://github.com/datafuselabs/opendal/compare/v0.6.0...v0.6.1
 [v0.6.0]: https://github.com/datafuselabs/opendal/compare/v0.5.2...v0.6.0
 [v0.5.2]: https://github.com/datafuselabs/opendal/compare/v0.5.1...v0.5.2
diff --git a/Cargo.toml b/Cargo.toml
index 933a9db..8cd522e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@
 license = "Apache-2.0"
 name = "opendal"
 repository = "https://github.com/datafuselabs/opendal"
-version = "0.6.1"
+version = "0.6.2"
 
 [package.metadata.docs.rs]
 all-features = true