diff --git a/CHANGELOG.md b/CHANGELOG.md index 788e3d02e..06491f7a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this packages will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.111] - 2025-11-19 + +### Added + +- JSON-to-CSV - improve list parsing to better support datacubes (#1124) +- Cytiva Biacore T200 control - add unread data (#1120) +- Qiacuity dPCR - Added unread data (#1103) +- Migrate biorad_bioplex_manager to use SeriesData.get_unread (#1100) +- Mass spectrometer ASM schema (#1121) +- Roche Cedex BioHT - Add support for mM unit (mmol/L) (#1119) + ## [0.1.110] - 2025-11-03 ### Added diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index 28ff92022..386573a22 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.110" +__version__ = "0.1.111"