From 465643215fd98d238f6bc39264651a742806fcf3 Mon Sep 17 00:00:00 2001 From: Bill Freeman Date: Fri, 17 Nov 2023 22:18:51 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7119776..5176680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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/). +## 1.2.0 / 2023-11-17 + +- Update pyarrow from 8.x to 14.x so that the [wheels are there](https://arrow.apache.org/install/) + ## 1.0.3 / 2022-07-26 - No changes.