This is an automated email from the ASF dual-hosted git repository. raulcd pushed a commit to annotated tag apache-arrow-15.0.2 in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 00d010c98f1dc83c05782339797b3f50c05a80bc Author: Raúl Cumplido <[email protected]> AuthorDate: Tue Mar 12 16:45:59 2024 +0100 MINOR: [Release] Update CHANGELOG.md for 15.0.2 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf24b2d12c..d00726c787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ +# Apache Arrow 15.0.2 (2024-03-12) + +## Bug Fixes + +* [GH-39919](https://github.com/apache/arrow/issues/39919) - [C++][Dataset] Add missing Protobuf static link dependency (#40015) +* [GH-39943](https://github.com/apache/arrow/issues/39943) - [CI][Python] Update manylinux images to avoid GPG problems downloading packages (#39944) +* [GH-40386](https://github.com/apache/arrow/issues/40386) - [Python] Fix except clauses (#40387) +* [GH-40485](https://github.com/apache/arrow/issues/40485) - [Python][CI] Skip failing test_dateutil_tzinfo_to_string (#40486) + + + # Apache Arrow 15.0.1 (2024-02-23) ## Bug Fixes
