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

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git


The following commit(s) were added to refs/heads/main by this push:
     new 1e32f96  Update version to 0.13.1 and add CHANGELOG (#599)
1e32f96 is described below

commit 1e32f96d3167d4321814a07335bb26de6358cd6d
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Jan 8 16:33:26 2026 -0500

    Update version to 0.13.1 and add CHANGELOG (#599)
    
    * Bump version to 0.13.1
    
    * Update CHANGELOG
    
    * Update release schedule
---
 CHANGELOG-old.md                 | 89 ++++++++++++++++++++++++++++++++++++++++
 CHANGELOG.md                     | 88 ++-------------------------------------
 Cargo.toml                       |  2 +-
 README.md                        |  4 +-
 dev/release/update_change_log.sh |  4 +-
 5 files changed, 98 insertions(+), 89 deletions(-)

diff --git a/CHANGELOG-old.md b/CHANGELOG-old.md
index 2aa4c36..5cab275 100644
--- a/CHANGELOG-old.md
+++ b/CHANGELOG-old.md
@@ -20,6 +20,95 @@
 # Historical Changelog
 
 
+## [v0.13.0](https://github.com/apache/arrow-rs-object-store/tree/v0.13.0) 
(2025-12-19)
+
+[Full 
Changelog](https://github.com/apache/arrow-rs-object-store/compare/v0.12.4...v0.13.0)
+
+**Breaking changes:**
+
+- fix: Add fields to `Error::NotImplemented` with more details on what isn't 
implemented [\#575](https://github.com/apache/arrow-rs-object-store/pull/575) 
([carols10cents](https://github.com/carols10cents))
+- refactor!: `copy` & `copy_if_not_exists` =\> `copy_opts` 
[\#548](https://github.com/apache/arrow-rs-object-store/pull/548) 
([crepererum](https://github.com/crepererum))
+- refactor!: move `head` to `ObjectStoreExt` 
[\#543](https://github.com/apache/arrow-rs-object-store/pull/543) 
([crepererum](https://github.com/crepererum))
+- fix: wrappers and default trait methods 
[\#537](https://github.com/apache/arrow-rs-object-store/pull/537) 
([crepererum](https://github.com/crepererum))
+- refactor!: move `get_range` to `ObjectStoreExt` 
[\#536](https://github.com/apache/arrow-rs-object-store/pull/536) 
([crepererum](https://github.com/crepererum))
+- refactor!: move `get` to `ObjectStoreExt` 
[\#532](https://github.com/apache/arrow-rs-object-store/pull/532) 
([crepererum](https://github.com/crepererum))
+- refactor: move `put_multipart` to `ObjectStoreExt` 
[\#530](https://github.com/apache/arrow-rs-object-store/pull/530) 
([crepererum](https://github.com/crepererum))
+- feat!: use `'static` lifetime for `delete_stream` 
[\#524](https://github.com/apache/arrow-rs-object-store/pull/524) 
([linhr](https://github.com/linhr))
+- Bump rust edition to 2024, rust version to 1.85 
[\#515](https://github.com/apache/arrow-rs-object-store/pull/515) 
([AdamGS](https://github.com/AdamGS))
+- reapply: remove AWS dynamo integration \(\#407\), try 2 
[\#494](https://github.com/apache/arrow-rs-object-store/pull/494) 
([alamb](https://github.com/alamb))
+- refactor: introduce `ObjectStoreExt` trait 
[\#405](https://github.com/apache/arrow-rs-object-store/pull/405) 
([crepererum](https://github.com/crepererum))
+
+**Implemented enhancements:**
+
+- `NotImplemented` error should say what method wasn't implemented by what 
implementation 
[\#572](https://github.com/apache/arrow-rs-object-store/issues/572)
+- Allow explicitly specifying the GCS base URL 
[\#566](https://github.com/apache/arrow-rs-object-store/issues/566)
+- Detailed error messages for Generic 
[\#560](https://github.com/apache/arrow-rs-object-store/issues/560)
+- Include reqwest/hyper error sources in error messages 
[\#554](https://github.com/apache/arrow-rs-object-store/issues/554)
+- Improve `Path` ergonomics 
[\#545](https://github.com/apache/arrow-rs-object-store/issues/545)
+- \[Suggestion\] Move ObjectStore API to use arrow-rs' Buffer 
[\#544](https://github.com/apache/arrow-rs-object-store/issues/544)
+- Implement ObjectStore for Arc\<T\> and Box\<T\> 
[\#525](https://github.com/apache/arrow-rs-object-store/issues/525)
+- Refactor GetOptions with a builder pattern 
[\#516](https://github.com/apache/arrow-rs-object-store/issues/516)
+- Better support for Tags 
[\#508](https://github.com/apache/arrow-rs-object-store/issues/508)
+- Error 411 \(Length Required\) when using Multipart PUT on GCP with S3Store 
[\#495](https://github.com/apache/arrow-rs-object-store/issues/495)
+- Deprecate and Remove DynamoCommit 
[\#373](https://github.com/apache/arrow-rs-object-store/issues/373)
+- Add CopyOptions 
[\#116](https://github.com/apache/arrow-rs-object-store/issues/116)
+
+**Fixed bugs:**
+
+- RequestError exposes underlying reqwest::Error rather than the nicer 
HttpError [\#579](https://github.com/apache/arrow-rs-object-store/issues/579)
+- SpawnService panics tokio-runtime-worker threads 
[\#578](https://github.com/apache/arrow-rs-object-store/issues/578)
+- local path filtering has different semantics 
[\#573](https://github.com/apache/arrow-rs-object-store/issues/573)
+- AWS: using Checksum::SHA256 causes copy\_if\_not\_exists with 
S3CopyIfNotExists::Multipart to fail 
[\#568](https://github.com/apache/arrow-rs-object-store/issues/568)
+- Cargo Audit Produces a Warning for rustls-pemfile being unmaintained 
[\#564](https://github.com/apache/arrow-rs-object-store/issues/564)
+- AmazonS3ConfigKey::WebIdentityTokenFile is ignored 
[\#538](https://github.com/apache/arrow-rs-object-store/issues/538)
+- Cannot parse AWS S3 HTTP URLs without region 
[\#522](https://github.com/apache/arrow-rs-object-store/issues/522)
+- Signature mismatch \(sigv4\) when using attribute values with `double 
whitespace` [\#510](https://github.com/apache/arrow-rs-object-store/issues/510)
+- Generic S3 error: Metadata value for ""x-amz-meta-.."" contained non UTF-8 
characters [\#509](https://github.com/apache/arrow-rs-object-store/issues/509)
+- Inconsistent documentation of "Supported Keys" 
[\#497](https://github.com/apache/arrow-rs-object-store/issues/497)
+
+**Documentation updates:**
+
+- Update release date for version 0.13.0 in README 
[\#521](https://github.com/apache/arrow-rs-object-store/pull/521) 
([alamb](https://github.com/alamb))
+- feat: refactor GetOptions with builder, add binary examples 
[\#517](https://github.com/apache/arrow-rs-object-store/pull/517) 
([peasee](https://github.com/peasee))
+- docs: document missing config keys 
[\#498](https://github.com/apache/arrow-rs-object-store/pull/498) 
([CommanderStorm](https://github.com/CommanderStorm))
+
+**Closed issues:**
+
+- Add documentation for what backends support bulk delete 
\(`ObjectStore::delete_stream`\) 
[\#527](https://github.com/apache/arrow-rs-object-store/issues/527)
+- Use `'static` lifetime for `delete_stream` 
[\#518](https://github.com/apache/arrow-rs-object-store/issues/518)
+- Release object store  `0.12.4` \(non breaking API\) Release September 2025 
[\#489](https://github.com/apache/arrow-rs-object-store/issues/489)
+- Cleanup `ObjectStore` trait: Split out convenience methods 
[\#385](https://github.com/apache/arrow-rs-object-store/issues/385)
+
+**Merged pull requests:**
+
+- Add A "upgrading to 0.13.0" guide in docs 
[\#584](https://github.com/apache/arrow-rs-object-store/pull/584) 
([alamb](https://github.com/alamb))
+- Update release schedule on README 
[\#583](https://github.com/apache/arrow-rs-object-store/pull/583) 
([alamb](https://github.com/alamb))
+- correctly expose HttpError through RetryError::source 
[\#580](https://github.com/apache/arrow-rs-object-store/pull/580) 
([carlsverre](https://github.com/carlsverre))
+- Remove dev dependency on openssl 
[\#577](https://github.com/apache/arrow-rs-object-store/pull/577) 
([tustvold](https://github.com/tustvold))
+- Documentation for backend support of bulk delete 
[\#571](https://github.com/apache/arrow-rs-object-store/pull/571) 
([jayvdb](https://github.com/jayvdb))
+- aws: fix bug in multipart copy when SHA256 checksum is used 
[\#569](https://github.com/apache/arrow-rs-object-store/pull/569) 
([james-rms](https://github.com/james-rms))
+- Allow explicitly specifying GCS base URL 
[\#567](https://github.com/apache/arrow-rs-object-store/pull/567) 
([rgehan](https://github.com/rgehan))
+- fix: cargo audit warning for rustls-pemfile 
[\#565](https://github.com/apache/arrow-rs-object-store/pull/565) 
([mgattozzi](https://github.com/mgattozzi))
+-  refactor!:  Consolidate `ObjectStore`: `rename` & `rename_if_not_exists` 
=\> `rename_opts` 
[\#555](https://github.com/apache/arrow-rs-object-store/pull/555) 
([crepererum](https://github.com/crepererum))
+- Improve Documentation on `ObjectStoreExt` 
[\#551](https://github.com/apache/arrow-rs-object-store/pull/551) 
([alamb](https://github.com/alamb))
+- build\(deps\): bump actions/checkout from 5 to 6 
[\#550](https://github.com/apache/arrow-rs-object-store/pull/550) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- refactor!: move `delete` to `ObjectStoreExt` 
[\#549](https://github.com/apache/arrow-rs-object-store/pull/549) 
([crepererum](https://github.com/crepererum))
+- Use builder fields instead of env vars for determining credential provider 
[\#547](https://github.com/apache/arrow-rs-object-store/pull/547) 
([Friede80](https://github.com/Friede80))
+- `Path` improvements 
[\#546](https://github.com/apache/arrow-rs-object-store/pull/546) 
([Kinrany](https://github.com/Kinrany))
+- docs\(client\): improve warnings and links in client doc comments 
[\#540](https://github.com/apache/arrow-rs-object-store/pull/540) 
([CommanderStorm](https://github.com/CommanderStorm))
+- fix\(gcp\): ignore ADC errors when explicit credentials are provided 
[\#531](https://github.com/apache/arrow-rs-object-store/pull/531) 
([nazq](https://github.com/nazq))
+- Implement ObjectStore for Arc\<T\> and Box\<T\> 
[\#526](https://github.com/apache/arrow-rs-object-store/pull/526) 
([wyatt-herkamp](https://github.com/wyatt-herkamp))
+- Allow parsing S3 URLs without region 
[\#523](https://github.com/apache/arrow-rs-object-store/pull/523) 
([kylebarron](https://github.com/kylebarron))
+- chore: fix msrv check by pinning syn 
[\#519](https://github.com/apache/arrow-rs-object-store/pull/519) 
([mbrobbel](https://github.com/mbrobbel))
+- fix: canonicalize multiple whitespaces in SigV4 
[\#512](https://github.com/apache/arrow-rs-object-store/pull/512) 
([ion-elgreco](https://github.com/ion-elgreco))
+- build\(deps\): bump actions/setup-node from 5 to 6 
[\#506](https://github.com/apache/arrow-rs-object-store/pull/506) 
([dependabot[bot]](https://github.com/apps/dependabot))
+- Remove unneeded files from published package 
[\#505](https://github.com/apache/arrow-rs-object-store/pull/505) 
([weiznich](https://github.com/weiznich))
+- minor: Fix MSRV CI workflow 
[\#502](https://github.com/apache/arrow-rs-object-store/pull/502) 
([kylebarron](https://github.com/kylebarron))
+- Allow more settings without vendor prefix 
[\#500](https://github.com/apache/arrow-rs-object-store/pull/500) 
([jonashaag](https://github.com/jonashaag))
+- Add Content\_length header to S3 create\_multipart 
[\#496](https://github.com/apache/arrow-rs-object-store/pull/496) 
([dreamtalen](https://github.com/dreamtalen))
+
+
+
 ## [v0.12.4](https://github.com/apache/arrow-rs-object-store/tree/v0.12.4) 
(2025-09-19)
 
 [Full 
Changelog](https://github.com/apache/arrow-rs-object-store/compare/v0.12.3...v0.12.4)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff7b293..3f0d7bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,93 +19,13 @@
 
 # Changelog
 
-## [v0.13.0](https://github.com/apache/arrow-rs-object-store/tree/v0.13.0) 
(2025-12-19)
+## [v0.13.1](https://github.com/apache/arrow-rs-object-store/tree/v0.13.1) 
(2026-01-08)
 
-[Full 
Changelog](https://github.com/apache/arrow-rs-object-store/compare/v0.12.4...v0.13.0)
-
-**Breaking changes:**
-
-- fix: Add fields to `Error::NotImplemented` with more details on what isn't 
implemented [\#575](https://github.com/apache/arrow-rs-object-store/pull/575) 
([carols10cents](https://github.com/carols10cents))
-- refactor!: `copy` & `copy_if_not_exists` =\> `copy_opts` 
[\#548](https://github.com/apache/arrow-rs-object-store/pull/548) 
([crepererum](https://github.com/crepererum))
-- refactor!: move `head` to `ObjectStoreExt` 
[\#543](https://github.com/apache/arrow-rs-object-store/pull/543) 
([crepererum](https://github.com/crepererum))
-- fix: wrappers and default trait methods 
[\#537](https://github.com/apache/arrow-rs-object-store/pull/537) 
([crepererum](https://github.com/crepererum))
-- refactor!: move `get_range` to `ObjectStoreExt` 
[\#536](https://github.com/apache/arrow-rs-object-store/pull/536) 
([crepererum](https://github.com/crepererum))
-- refactor!: move `get` to `ObjectStoreExt` 
[\#532](https://github.com/apache/arrow-rs-object-store/pull/532) 
([crepererum](https://github.com/crepererum))
-- refactor: move `put_multipart` to `ObjectStoreExt` 
[\#530](https://github.com/apache/arrow-rs-object-store/pull/530) 
([crepererum](https://github.com/crepererum))
-- feat!: use `'static` lifetime for `delete_stream` 
[\#524](https://github.com/apache/arrow-rs-object-store/pull/524) 
([linhr](https://github.com/linhr))
-- Bump rust edition to 2024, rust version to 1.85 
[\#515](https://github.com/apache/arrow-rs-object-store/pull/515) 
([AdamGS](https://github.com/AdamGS))
-- reapply: remove AWS dynamo integration \(\#407\), try 2 
[\#494](https://github.com/apache/arrow-rs-object-store/pull/494) 
([alamb](https://github.com/alamb))
-- refactor: introduce `ObjectStoreExt` trait 
[\#405](https://github.com/apache/arrow-rs-object-store/pull/405) 
([crepererum](https://github.com/crepererum))
-
-**Implemented enhancements:**
-
-- `NotImplemented` error should say what method wasn't implemented by what 
implementation 
[\#572](https://github.com/apache/arrow-rs-object-store/issues/572)
-- Allow explicitly specifying the GCS base URL 
[\#566](https://github.com/apache/arrow-rs-object-store/issues/566)
-- Detailed error messages for Generic 
[\#560](https://github.com/apache/arrow-rs-object-store/issues/560)
-- Include reqwest/hyper error sources in error messages 
[\#554](https://github.com/apache/arrow-rs-object-store/issues/554)
-- Improve `Path` ergonomics 
[\#545](https://github.com/apache/arrow-rs-object-store/issues/545)
-- \[Suggestion\] Move ObjectStore API to use arrow-rs' Buffer 
[\#544](https://github.com/apache/arrow-rs-object-store/issues/544)
-- Implement ObjectStore for Arc\<T\> and Box\<T\> 
[\#525](https://github.com/apache/arrow-rs-object-store/issues/525)
-- Refactor GetOptions with a builder pattern 
[\#516](https://github.com/apache/arrow-rs-object-store/issues/516)
-- Better support for Tags 
[\#508](https://github.com/apache/arrow-rs-object-store/issues/508)
-- Error 411 \(Length Required\) when using Multipart PUT on GCP with S3Store 
[\#495](https://github.com/apache/arrow-rs-object-store/issues/495)
-- Deprecate and Remove DynamoCommit 
[\#373](https://github.com/apache/arrow-rs-object-store/issues/373)
-- Add CopyOptions 
[\#116](https://github.com/apache/arrow-rs-object-store/issues/116)
-
-**Fixed bugs:**
-
-- RequestError exposes underlying reqwest::Error rather than the nicer 
HttpError [\#579](https://github.com/apache/arrow-rs-object-store/issues/579)
-- SpawnService panics tokio-runtime-worker threads 
[\#578](https://github.com/apache/arrow-rs-object-store/issues/578)
-- local path filtering has different semantics 
[\#573](https://github.com/apache/arrow-rs-object-store/issues/573)
-- AWS: using Checksum::SHA256 causes copy\_if\_not\_exists with 
S3CopyIfNotExists::Multipart to fail 
[\#568](https://github.com/apache/arrow-rs-object-store/issues/568)
-- Cargo Audit Produces a Warning for rustls-pemfile being unmaintained 
[\#564](https://github.com/apache/arrow-rs-object-store/issues/564)
-- AmazonS3ConfigKey::WebIdentityTokenFile is ignored 
[\#538](https://github.com/apache/arrow-rs-object-store/issues/538)
-- Cannot parse AWS S3 HTTP URLs without region 
[\#522](https://github.com/apache/arrow-rs-object-store/issues/522)
-- Signature mismatch \(sigv4\) when using attribute values with `double 
whitespace` [\#510](https://github.com/apache/arrow-rs-object-store/issues/510)
-- Generic S3 error: Metadata value for ""x-amz-meta-.."" contained non UTF-8 
characters [\#509](https://github.com/apache/arrow-rs-object-store/issues/509)
-- Inconsistent documentation of "Supported Keys" 
[\#497](https://github.com/apache/arrow-rs-object-store/issues/497)
-
-**Documentation updates:**
-
-- Update release date for version 0.13.0 in README 
[\#521](https://github.com/apache/arrow-rs-object-store/pull/521) 
([alamb](https://github.com/alamb))
-- feat: refactor GetOptions with builder, add binary examples 
[\#517](https://github.com/apache/arrow-rs-object-store/pull/517) 
([peasee](https://github.com/peasee))
-- docs: document missing config keys 
[\#498](https://github.com/apache/arrow-rs-object-store/pull/498) 
([CommanderStorm](https://github.com/CommanderStorm))
-
-**Closed issues:**
-
-- Add documentation for what backends support bulk delete 
\(`ObjectStore::delete_stream`\) 
[\#527](https://github.com/apache/arrow-rs-object-store/issues/527)
-- Use `'static` lifetime for `delete_stream` 
[\#518](https://github.com/apache/arrow-rs-object-store/issues/518)
-- Release object store  `0.12.4` \(non breaking API\) Release September 2025 
[\#489](https://github.com/apache/arrow-rs-object-store/issues/489)
-- Cleanup `ObjectStore` trait: Split out convenience methods 
[\#385](https://github.com/apache/arrow-rs-object-store/issues/385)
+[Full 
Changelog](https://github.com/apache/arrow-rs-object-store/compare/v0.13.0...v0.13.1)
 
 **Merged pull requests:**
 
-- Add A "upgrading to 0.13.0" guide in docs 
[\#584](https://github.com/apache/arrow-rs-object-store/pull/584) 
([alamb](https://github.com/alamb))
-- Update release schedule on README 
[\#583](https://github.com/apache/arrow-rs-object-store/pull/583) 
([alamb](https://github.com/alamb))
-- correctly expose HttpError through RetryError::source 
[\#580](https://github.com/apache/arrow-rs-object-store/pull/580) 
([carlsverre](https://github.com/carlsverre))
-- Remove dev dependency on openssl 
[\#577](https://github.com/apache/arrow-rs-object-store/pull/577) 
([tustvold](https://github.com/tustvold))
-- Documentation for backend support of bulk delete 
[\#571](https://github.com/apache/arrow-rs-object-store/pull/571) 
([jayvdb](https://github.com/jayvdb))
-- aws: fix bug in multipart copy when SHA256 checksum is used 
[\#569](https://github.com/apache/arrow-rs-object-store/pull/569) 
([james-rms](https://github.com/james-rms))
-- Allow explicitly specifying GCS base URL 
[\#567](https://github.com/apache/arrow-rs-object-store/pull/567) 
([rgehan](https://github.com/rgehan))
-- fix: cargo audit warning for rustls-pemfile 
[\#565](https://github.com/apache/arrow-rs-object-store/pull/565) 
([mgattozzi](https://github.com/mgattozzi))
--  refactor!:  Consolidate `ObjectStore`: `rename` & `rename_if_not_exists` 
=\> `rename_opts` 
[\#555](https://github.com/apache/arrow-rs-object-store/pull/555) 
([crepererum](https://github.com/crepererum))
-- Improve Documentation on `ObjectStoreExt` 
[\#551](https://github.com/apache/arrow-rs-object-store/pull/551) 
([alamb](https://github.com/alamb))
-- build\(deps\): bump actions/checkout from 5 to 6 
[\#550](https://github.com/apache/arrow-rs-object-store/pull/550) 
([dependabot[bot]](https://github.com/apps/dependabot))
-- refactor!: move `delete` to `ObjectStoreExt` 
[\#549](https://github.com/apache/arrow-rs-object-store/pull/549) 
([crepererum](https://github.com/crepererum))
-- Use builder fields instead of env vars for determining credential provider 
[\#547](https://github.com/apache/arrow-rs-object-store/pull/547) 
([Friede80](https://github.com/Friede80))
-- `Path` improvements 
[\#546](https://github.com/apache/arrow-rs-object-store/pull/546) 
([Kinrany](https://github.com/Kinrany))
-- docs\(client\): improve warnings and links in client doc comments 
[\#540](https://github.com/apache/arrow-rs-object-store/pull/540) 
([CommanderStorm](https://github.com/CommanderStorm))
-- fix\(gcp\): ignore ADC errors when explicit credentials are provided 
[\#531](https://github.com/apache/arrow-rs-object-store/pull/531) 
([nazq](https://github.com/nazq))
-- Implement ObjectStore for Arc\<T\> and Box\<T\> 
[\#526](https://github.com/apache/arrow-rs-object-store/pull/526) 
([wyatt-herkamp](https://github.com/wyatt-herkamp))
-- Allow parsing S3 URLs without region 
[\#523](https://github.com/apache/arrow-rs-object-store/pull/523) 
([kylebarron](https://github.com/kylebarron))
-- chore: fix msrv check by pinning syn 
[\#519](https://github.com/apache/arrow-rs-object-store/pull/519) 
([mbrobbel](https://github.com/mbrobbel))
-- fix: canonicalize multiple whitespaces in SigV4 
[\#512](https://github.com/apache/arrow-rs-object-store/pull/512) 
([ion-elgreco](https://github.com/ion-elgreco))
-- build\(deps\): bump actions/setup-node from 5 to 6 
[\#506](https://github.com/apache/arrow-rs-object-store/pull/506) 
([dependabot[bot]](https://github.com/apps/dependabot))
-- Remove unneeded files from published package 
[\#505](https://github.com/apache/arrow-rs-object-store/pull/505) 
([weiznich](https://github.com/weiznich))
-- minor: Fix MSRV CI workflow 
[\#502](https://github.com/apache/arrow-rs-object-store/pull/502) 
([kylebarron](https://github.com/kylebarron))
-- Allow more settings without vendor prefix 
[\#500](https://github.com/apache/arrow-rs-object-store/pull/500) 
([jonashaag](https://github.com/jonashaag))
-- Add Content\_length header to S3 create\_multipart 
[\#496](https://github.com/apache/arrow-rs-object-store/pull/496) 
([dreamtalen](https://github.com/dreamtalen))
-
-
+- fix: clippy warning `SO_LINGER` w/ zero doesn't block \(also: it's just a 
test\) [\#592](https://github.com/apache/arrow-rs-object-store/pull/592) 
([crepererum](https://github.com/crepererum))
+- fix: `docs.rs` build failure 
[\#591](https://github.com/apache/arrow-rs-object-store/pull/591) 
([crepererum](https://github.com/crepererum))
 
 \* *This Changelog was automatically generated by 
[github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
diff --git a/Cargo.toml b/Cargo.toml
index 605afc4..5331d53 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "object_store"
-version = "0.13.0"
+version = "0.13.1"
 edition = "2024"
 license = "MIT/Apache-2.0"
 readme = "README.md"
diff --git a/README.md b/README.md
index 772fba0..abb08ae 100644
--- a/README.md
+++ b/README.md
@@ -96,6 +96,6 @@ Planned Release Schedule
 
 | Approximate Date | Version  | Notes                          | Ticket        
                                                     |
 
|------------------|----------|--------------------------------|:-------------------------------------------------------------------|
-| Dec 2025         | `0.13.0` | Major, breaking API changes    | 
[#367](https://github.com/apache/arrow-rs-object-store/issues/367) |
 | Dec 2025         | `0.12.5` | Minor, NO breaking API changes | 
[#582](https://github.com/apache/arrow-rs-object-store/issues/582) |
-| Feb 2026         | `0.13.1` | Minor, NO breaking API changes | 
[#393](https://github.com/apache/arrow-rs-object-store/issues/393) |
+| Jan 2026         | `0.13.1` | Minor, NO breaking API changes | 
[#598](https://github.com/apache/arrow-rs-object-store/issues/598) |
+| Feb 2026         | `0.13.2` | Minor, NO breaking API changes | 
[#393](https://github.com/apache/arrow-rs-object-store/issues/393) |
diff --git a/dev/release/update_change_log.sh b/dev/release/update_change_log.sh
index 0530257..ba356e8 100755
--- a/dev/release/update_change_log.sh
+++ b/dev/release/update_change_log.sh
@@ -29,8 +29,8 @@
 
 set -e
 
-SINCE_TAG="v0.12.4"
-FUTURE_RELEASE="v0.13.0"
+SINCE_TAG="v0.13.0"
+FUTURE_RELEASE="v0.13.1"
 
 SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 SOURCE_TOP_DIR="$(cd "${SOURCE_DIR}/../../" && pwd)"

Reply via email to