Bump to version 0.21.2 (#1013)

Signed-off-by: Xuanwo <github@xuanwo.io>

Signed-off-by: Xuanwo <github@xuanwo.io>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0111ca0..4e983b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,17 @@
 The format is based on [Keep a Changelog](https://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](https://semver.org/).
 
+## [v0.21.2] - 2022-11-27
+
+### Added
+
+- feat: Add azdfs support (#1009)
+- feat: Set MSRV of opendal to 1.60 (#1012)
+
+### Docs
+
+- docs: Fix docs for azdfs service (#1010)
+
 ## [v0.21.1] - 2022-11-26
 
 ### Added
@@ -1023,6 +1034,7 @@
 
 Hello, OpenDAL!
 
+[v0.21.2]: https://github.com/datafuselabs/opendal/compare/v0.21.1...v0.21.2
 [v0.21.1]: https://github.com/datafuselabs/opendal/compare/v0.21.0...v0.21.1
 [v0.21.0]: https://github.com/datafuselabs/opendal/compare/v0.20.1...v0.21.0
 [v0.20.1]: https://github.com/datafuselabs/opendal/compare/v0.20.0...v0.20.1
diff --git a/Cargo.toml b/Cargo.toml
index f53b31e..2f851da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@
 license = "Apache-2.0"
 name = "opendal"
 repository = "https://github.com/datafuselabs/opendal"
-version = "0.21.1"
+version = "0.21.2"
 
 [package.metadata.docs.rs]
 all-features = true