Bump to version 0.27.1 (#1336)
Signed-off-by: Xuanwo <github@xuanwo.io>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83458a8..4a668d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,25 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).
+## [v0.27.1] - 2023-02-13
+
+### Added
+
+- feat: Add username and password support for WebDAV (#1323)
+- ci: Add test case for webdav with basic auth (#1327)
+- feat(oli): support s3 uri without profile (#1328)
+- feat: Add scan support for kv adapter (#1333)
+- feat: Add scan support for sled (#1334)
+
+### Changed
+
+- chore(deps): update moka requirement from 0.9 to 0.10 (#1331)
+- chore(deps): update rocksdb requirement from 0.19 to 0.20 (#1332)
+
+### Fixed
+
+- fix(services/oss,s3): Metadata should be marked as complete (#1335)
+
## [v0.27.0] - 2023-02-11
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 9efe4ba..92d7c92 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.27.0"
+version = "0.27.1"
# MSRV of OpenDAL. Please update this field while bump.
rust-version = "1.60"
diff --git a/binaries/oay/Cargo.lock b/binaries/oay/Cargo.lock
index 744b5e0..e94ec37 100644
--- a/binaries/oay/Cargo.lock
+++ b/binaries/oay/Cargo.lock
@@ -1105,7 +1105,7 @@
[[package]]
name = "opendal"
-version = "0.27.0"
+version = "0.27.1"
dependencies = [
"anyhow",
"async-compat",
diff --git a/binaries/oli/Cargo.lock b/binaries/oli/Cargo.lock
index 50cb980..89d2d99 100644
--- a/binaries/oli/Cargo.lock
+++ b/binaries/oli/Cargo.lock
@@ -812,7 +812,7 @@
[[package]]
name = "opendal"
-version = "0.27.0"
+version = "0.27.1"
dependencies = [
"anyhow",
"async-compat",