This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 077328c5c Prepare object_store 0.6.0 (#4241)
077328c5c is described below

commit 077328c5cacc843cbbdb8757e67dbc57b338d5f2
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Thu May 18 09:51:03 2023 +0100

    Prepare object_store 0.6.0 (#4241)
---
 object_store/CHANGELOG-old.md                 | 38 +++++++++++++
 object_store/CHANGELOG.md                     | 80 ++++++++++++++++++---------
 object_store/Cargo.toml                       |  2 +-
 object_store/dev/release/update_change_log.sh |  4 +-
 4 files changed, 94 insertions(+), 30 deletions(-)

diff --git a/object_store/CHANGELOG-old.md b/object_store/CHANGELOG-old.md
index cc9453b32..c9c4e28dc 100644
--- a/object_store/CHANGELOG-old.md
+++ b/object_store/CHANGELOG-old.md
@@ -19,6 +19,44 @@
 
 # Historical Changelog
 
+## 
[object_store_0.5.6](https://github.com/apache/arrow-rs/tree/object_store_0.5.6)
 (2023-03-30)
+
+[Full 
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.5.5...object_store_0.5.6)
+
+**Implemented enhancements:**
+
+- Document ObjectStore::list Ordering 
[\#3975](https://github.com/apache/arrow-rs/issues/3975) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Add option to start listing at a particular key 
[\#3970](https://github.com/apache/arrow-rs/issues/3970) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Implement `ObjectStore` for trait objects 
[\#3865](https://github.com/apache/arrow-rs/issues/3865) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Add ObjectStore::append 
[\#3790](https://github.com/apache/arrow-rs/issues/3790) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Make `InMemory` object store track last modified time for each entry 
[\#3782](https://github.com/apache/arrow-rs/issues/3782) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Support Unsigned S3 Payloads 
[\#3737](https://github.com/apache/arrow-rs/issues/3737) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Add Content-MD5 or checksum header for using an Object Locked S3 
[\#3725](https://github.com/apache/arrow-rs/issues/3725) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+
+**Fixed bugs:**
+
+- LocalFileSystem::put is not Atomic 
[\#3780](https://github.com/apache/arrow-rs/issues/3780) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+
+**Merged pull requests:**
+
+- Add ObjectStore::list\_with\_offset \(\#3970\) 
[\#3973](https://github.com/apache/arrow-rs/pull/3973) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Remove incorrect validation logic on S3 bucket names 
[\#3947](https://github.com/apache/arrow-rs/pull/3947) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([rtyler](https://github.com/rtyler))
+- Prepare arrow 36 [\#3935](https://github.com/apache/arrow-rs/pull/3935) 
([tustvold](https://github.com/tustvold))
+- fix: Specify content length for gcp copy request 
[\#3921](https://github.com/apache/arrow-rs/pull/3921) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([scsmithr](https://github.com/scsmithr))
+- Revert structured ArrayData \(\#3877\) 
[\#3894](https://github.com/apache/arrow-rs/pull/3894) 
([tustvold](https://github.com/tustvold))
+- Add support for checksum algorithms in AWS 
[\#3873](https://github.com/apache/arrow-rs/pull/3873) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([trueleo](https://github.com/trueleo))
+- Rename PrefixObjectStore to PrefixStore 
[\#3870](https://github.com/apache/arrow-rs/pull/3870) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Implement append for LimitStore, PrefixObjectStore, ThrottledStore 
[\#3869](https://github.com/apache/arrow-rs/pull/3869) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Supporting metadata fetch without open file read mode 
[\#3868](https://github.com/apache/arrow-rs/pull/3868) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([metesynnada](https://github.com/metesynnada))
+- Impl ObjectStore for trait object 
[\#3866](https://github.com/apache/arrow-rs/pull/3866) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([Kinrany](https://github.com/Kinrany))
+- Update quick-xml requirement from 0.27.0 to 0.28.0 
[\#3857](https://github.com/apache/arrow-rs/pull/3857) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Update changelog for 35.0.0 
[\#3843](https://github.com/apache/arrow-rs/pull/3843) 
([tustvold](https://github.com/tustvold))
+- Cleanup ApplicationDefaultCredentials 
[\#3799](https://github.com/apache/arrow-rs/pull/3799) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Make InMemory object store track last modified time for each entry 
[\#3796](https://github.com/apache/arrow-rs/pull/3796) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([Weijun-H](https://github.com/Weijun-H))
+- Add ObjectStore::append 
[\#3791](https://github.com/apache/arrow-rs/pull/3791) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Make LocalFileSystem::put atomic \(\#3780\) 
[\#3781](https://github.com/apache/arrow-rs/pull/3781) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Add support for unsigned payloads in aws 
[\#3741](https://github.com/apache/arrow-rs/pull/3741) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([trueleo](https://github.com/trueleo))
+
 ## 
[object_store_0.5.5](https://github.com/apache/arrow-rs/tree/object_store_0.5.5)
 (2023-02-27)
 
 [Full 
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.5.4...object_store_0.5.5)
diff --git a/object_store/CHANGELOG.md b/object_store/CHANGELOG.md
index b26ae7180..bde0f7523 100644
--- a/object_store/CHANGELOG.md
+++ b/object_store/CHANGELOG.md
@@ -19,43 +19,69 @@
 
 # Changelog
 
-## 
[object_store_0.5.6](https://github.com/apache/arrow-rs/tree/object_store_0.5.6)
 (2023-03-30)
+## 
[object_store_0.6.0](https://github.com/apache/arrow-rs/tree/object_store_0.6.0)
 (2023-05-18)
 
-[Full 
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.5.5...object_store_0.5.6)
+[Full 
Changelog](https://github.com/apache/arrow-rs/compare/object_store_0.5.6...object_store_0.6.0)
+
+**Breaking changes:**
+
+- Add ObjectStore::get\_opts \(\#2241\) 
[\#4212](https://github.com/apache/arrow-rs/pull/4212) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Simplify ObjectStore configuration pattern 
[\#4189](https://github.com/apache/arrow-rs/pull/4189) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- object\_store: fix: Incorrect parsing of https Path Style S3 url 
[\#4082](https://github.com/apache/arrow-rs/pull/4082) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([roeap](https://github.com/roeap))
+- feat: add etag for objectMeta 
[\#3937](https://github.com/apache/arrow-rs/pull/3937) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([Weijun-H](https://github.com/Weijun-H))
 
 **Implemented enhancements:**
 
-- Document ObjectStore::list Ordering 
[\#3975](https://github.com/apache/arrow-rs/issues/3975) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Add option to start listing at a particular key 
[\#3970](https://github.com/apache/arrow-rs/issues/3970) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Implement `ObjectStore` for trait objects 
[\#3865](https://github.com/apache/arrow-rs/issues/3865) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Add ObjectStore::append 
[\#3790](https://github.com/apache/arrow-rs/issues/3790) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Make `InMemory` object store track last modified time for each entry 
[\#3782](https://github.com/apache/arrow-rs/issues/3782) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Support Unsigned S3 Payloads 
[\#3737](https://github.com/apache/arrow-rs/issues/3737) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
-- Add Content-MD5 or checksum header for using an Object Locked S3 
[\#3725](https://github.com/apache/arrow-rs/issues/3725) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Object Store Authorization 
[\#4223](https://github.com/apache/arrow-rs/issues/4223) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Use XML API for GCS [\#4209](https://github.com/apache/arrow-rs/issues/4209) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- ObjectStore with\_url Should Handle Path 
[\#4199](https://github.com/apache/arrow-rs/issues/4199)
+- Return Error on Invalid Config Value 
[\#4191](https://github.com/apache/arrow-rs/issues/4191) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Extensible ObjectStore Authentication 
[\#4163](https://github.com/apache/arrow-rs/issues/4163) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- object\_store: When using an AWS profile, obtain the default AWS region from 
the active profile [\#4158](https://github.com/apache/arrow-rs/issues/4158) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- InMemory append API [\#4152](https://github.com/apache/arrow-rs/issues/4152) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Support accessing ipc Reader/Writer inner by reference 
[\#4121](https://github.com/apache/arrow-rs/issues/4121)
+- \[object\_store\] Retry requests on connection error 
[\#4119](https://github.com/apache/arrow-rs/issues/4119) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- object\_store: Instantiate object store from provided url with store options 
[\#4047](https://github.com/apache/arrow-rs/issues/4047) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- object\_store: Builders \(S3/Azure/GCS\) are missing the `get method` to get 
the actual configuration information  
[\#4021](https://github.com/apache/arrow-rs/issues/4021) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
 
 **Fixed bugs:**
 
-- LocalFileSystem::put is not Atomic 
[\#3780](https://github.com/apache/arrow-rs/issues/3780) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- ObjectStore::head Returns Directory for LocalFileSystem and Hierarchical 
Azure [\#4230](https://github.com/apache/arrow-rs/issues/4230) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- object\_store: different behavior from aws cli for default profile 
[\#4137](https://github.com/apache/arrow-rs/issues/4137) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- ImdsManagedIdentityOAuthProvider should send resource ID instead of OIDC 
scope [\#4096](https://github.com/apache/arrow-rs/issues/4096) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- Update readme to remove reference to Jira 
[\#4091](https://github.com/apache/arrow-rs/issues/4091)
+- object\_store: Incorrect parsing of https Path Style S3 url 
[\#4078](https://github.com/apache/arrow-rs/issues/4078) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
+- \[object\_store\] `local::tests::test_list_root` test fails during release 
verification [\#3772](https://github.com/apache/arrow-rs/issues/3772) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)]
 
 **Merged pull requests:**
 
-- Add ObjectStore::list\_with\_offset \(\#3970\) 
[\#3973](https://github.com/apache/arrow-rs/pull/3973) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
-- Remove incorrect validation logic on S3 bucket names 
[\#3947](https://github.com/apache/arrow-rs/pull/3947) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([rtyler](https://github.com/rtyler))
-- Prepare arrow 36 [\#3935](https://github.com/apache/arrow-rs/pull/3935) 
([tustvold](https://github.com/tustvold))
-- fix: Specify content length for gcp copy request 
[\#3921](https://github.com/apache/arrow-rs/pull/3921) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([scsmithr](https://github.com/scsmithr))
-- Revert structured ArrayData \(\#3877\) 
[\#3894](https://github.com/apache/arrow-rs/pull/3894) 
([tustvold](https://github.com/tustvold))
-- Add support for checksum algorithms in AWS 
[\#3873](https://github.com/apache/arrow-rs/pull/3873) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([trueleo](https://github.com/trueleo))
-- Rename PrefixObjectStore to PrefixStore 
[\#3870](https://github.com/apache/arrow-rs/pull/3870) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
-- Implement append for LimitStore, PrefixObjectStore, ThrottledStore 
[\#3869](https://github.com/apache/arrow-rs/pull/3869) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
-- Supporting metadata fetch without open file read mode 
[\#3868](https://github.com/apache/arrow-rs/pull/3868) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([metesynnada](https://github.com/metesynnada))
-- Impl ObjectStore for trait object 
[\#3866](https://github.com/apache/arrow-rs/pull/3866) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([Kinrany](https://github.com/Kinrany))
-- Update quick-xml requirement from 0.27.0 to 0.28.0 
[\#3857](https://github.com/apache/arrow-rs/pull/3857) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([dependabot[bot]](https://github.com/apps/dependabot))
-- Update changelog for 35.0.0 
[\#3843](https://github.com/apache/arrow-rs/pull/3843) 
([tustvold](https://github.com/tustvold))
-- Cleanup ApplicationDefaultCredentials 
[\#3799](https://github.com/apache/arrow-rs/pull/3799) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
-- Make InMemory object store track last modified time for each entry 
[\#3796](https://github.com/apache/arrow-rs/pull/3796) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([Weijun-H](https://github.com/Weijun-H))
-- Add ObjectStore::append 
[\#3791](https://github.com/apache/arrow-rs/pull/3791) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
-- Make LocalFileSystem::put atomic \(\#3780\) 
[\#3781](https://github.com/apache/arrow-rs/pull/3781) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
-- Add support for unsigned payloads in aws 
[\#3741](https://github.com/apache/arrow-rs/pull/3741) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([trueleo](https://github.com/trueleo))
+- Remove AWS\_PROFILE support 
[\#4238](https://github.com/apache/arrow-rs/pull/4238) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Expose AwsAuthorizer [\#4237](https://github.com/apache/arrow-rs/pull/4237) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Expose CredentialProvider 
[\#4235](https://github.com/apache/arrow-rs/pull/4235) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Return NotFound for directories in Head and Get \(\#4230\) 
[\#4231](https://github.com/apache/arrow-rs/pull/4231) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Standardise credentials API \(\#4223\) \(\#4163\) 
[\#4225](https://github.com/apache/arrow-rs/pull/4225) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Extract Common Listing and Retrieval Functionality 
[\#4220](https://github.com/apache/arrow-rs/pull/4220) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- feat\(object-store\): extend Options API for http client 
[\#4208](https://github.com/apache/arrow-rs/pull/4208) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([roeap](https://github.com/roeap))
+- Consistently use GCP XML API 
[\#4207](https://github.com/apache/arrow-rs/pull/4207) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Implement list\_with\_offset for PrefixStore 
[\#4203](https://github.com/apache/arrow-rs/pull/4203) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Allow setting ClientOptions with Options API 
[\#4202](https://github.com/apache/arrow-rs/pull/4202) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Create ObjectStore from URL and Options \(\#4047\) 
[\#4200](https://github.com/apache/arrow-rs/pull/4200) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Skip test\_list\_root on OS X \(\#3772\) 
[\#4198](https://github.com/apache/arrow-rs/pull/4198) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Recognise R2 URLs for S3 object store \(\#4190\) 
[\#4194](https://github.com/apache/arrow-rs/pull/4194) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Fix ImdsManagedIdentityProvider \(\#4096\) 
[\#4193](https://github.com/apache/arrow-rs/pull/4193) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Deffered Object Store Config Parsing \(\#4191\)  
[\#4192](https://github.com/apache/arrow-rs/pull/4192) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Object Store \(AWS\): Support dynamically resolving S3 bucket region 
[\#4188](https://github.com/apache/arrow-rs/pull/4188) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([mr-brobot](https://github.com/mr-brobot))
+- Faster prefix match in object\_store path handling 
[\#4164](https://github.com/apache/arrow-rs/pull/4164) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Object Store \(AWS\): Support region configured via named profile 
[\#4161](https://github.com/apache/arrow-rs/pull/4161) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([mr-brobot](https://github.com/mr-brobot))
+- InMemory append API [\#4153](https://github.com/apache/arrow-rs/pull/4153) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([berkaysynnada](https://github.com/berkaysynnada))
+- docs: fix the wrong ln command in CONTRIBUTING.md 
[\#4139](https://github.com/apache/arrow-rs/pull/4139) 
([SteveLauC](https://github.com/SteveLauC))
+- Display the file path in the error message when failed to open credentials 
file for GCS [\#4124](https://github.com/apache/arrow-rs/pull/4124) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([haoxins](https://github.com/haoxins))
+- Retry on Connection Errors 
[\#4120](https://github.com/apache/arrow-rs/pull/4120) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([kindly](https://github.com/kindly))
+- Simplify reference to GitHub issues 
[\#4092](https://github.com/apache/arrow-rs/pull/4092) 
([bkmgit](https://github.com/bkmgit))
+- Use reqwest build\_split 
[\#4039](https://github.com/apache/arrow-rs/pull/4039) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
+- Fix object\_store CI [\#4037](https://github.com/apache/arrow-rs/pull/4037) 
([tustvold](https://github.com/tustvold))
+- Add get\_config\_value to AWS/Azure/GCP Builders 
[\#4035](https://github.com/apache/arrow-rs/pull/4035) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([r4ntix](https://github.com/r4ntix))
+- Update AWS SDK [\#3993](https://github.com/apache/arrow-rs/pull/3993) 
[[object-store](https://github.com/apache/arrow-rs/labels/object-store)] 
([tustvold](https://github.com/tustvold))
 
 
 
diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml
index bd9c973e0..1fb988642 100644
--- a/object_store/Cargo.toml
+++ b/object_store/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "object_store"
-version = "0.5.6"
+version = "0.6.0"
 edition = "2021"
 license = "MIT/Apache-2.0"
 readme = "README.md"
diff --git a/object_store/dev/release/update_change_log.sh 
b/object_store/dev/release/update_change_log.sh
index b69d36f84..60906307e 100755
--- a/object_store/dev/release/update_change_log.sh
+++ b/object_store/dev/release/update_change_log.sh
@@ -29,8 +29,8 @@
 
 set -e
 
-SINCE_TAG="object_store_0.5.5"
-FUTURE_RELEASE="object_store_0.5.6"
+SINCE_TAG="object_store_0.5.6"
+FUTURE_RELEASE="object_store_0.6.0"
 
 SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 SOURCE_TOP_DIR="$(cd "${SOURCE_DIR}/../../" && pwd)"

Reply via email to