From 89a6602f77311db8a815792e7b8e75ce5405e6ab Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 13 Dec 2022 13:49:07 +0800 Subject: [PATCH] Bump to version 0.22.5 (#1077) Signed-off-by: Xuanwo Signed-off-by: Xuanwo --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4ab1e9a18..6256a8473bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [v0.22.5] - 2022-12-13 + +### Added + +- feat: Add service account support for gcs (#1076) + ## [v0.22.4] - 2022-12-13 ### Added @@ -1090,6 +1096,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[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 [v0.22.3]: https://github.com/datafuselabs/opendal/compare/v0.22.2...v0.22.3 [v0.22.2]: https://github.com/datafuselabs/opendal/compare/v0.22.1...v0.22.2 diff --git a/Cargo.toml b/Cargo.toml index 7bbf9f60707..1f0fdc73868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["storage", "fs", "s3", "azblob", "gcs"] license = "Apache-2.0" name = "opendal" repository = "https://github.com/datafuselabs/opendal" -version = "0.22.4" +version = "0.22.5" # MSRV of OpenDAL. Please update this field while bump. rust-version = "1.60"