From 489f19ccd9a4ed3d3c46cc00dccd28cbc84b0830 Mon Sep 17 00:00:00 2001 From: kanthi subramanian Date: Thu, 30 Jul 2026 17:12:45 -0500 Subject: [PATCH] Added release notes for v0.19.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 284a092..7f09473 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/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.19.0](https://github.com/Altinity/ice/compare/v0.18.0...master) + +### Fixed + +- `ice` - Fix sorting when field ids are not provided in parquet files ([#201](https://github.com/Altinity/ice/pull/201)) + ## [0.18.0](https://github.com/Altinity/ice/compare/v0.17.0...master) ### Added