Bump to version 0.23 (#1095)
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eeeed29..996256c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,15 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).
+## [v0.23.0] - 2022-12-22
+
+### Added
+
+- feat: Implement object handler so that we can do seek on file (#1091)
+- feat: Implement blocking for hdfs (#1092)
+- feat(services/hdfs): Implement open and blocking open (#1093)
+- docs: Add mozilla/sccache into projects (#1094)
+
## [v0.22.6] - 2022-12-20
### Added
@@ -1105,6 +1114,7 @@
Hello, OpenDAL!
+[v0.23.0]: https://github.com/datafuselabs/opendal/compare/v0.22.6...v0.23.0
[v0.22.6]: https://github.com/datafuselabs/opendal/compare/v0.22.5...v0.22.6
[v0.22.5]: https://github.com/datafuselabs/opendal/compare/v0.22.4...v0.22.5
[v0.22.4]: https://github.com/datafuselabs/opendal/compare/v0.22.3...v0.22.4
diff --git a/Cargo.toml b/Cargo.toml
index aad7ff7..723ce5b 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.22.6"
+version = "0.23.0"
# MSRV of OpenDAL. Please update this field while bump.
rust-version = "1.60"