diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e46bae7..5d4275ab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.93] - 2025-06-10 + +### Fixed + +- Beckman Coulter PharmSpec - add validation for Particle and approver label, add unittests (#1008) +- BMG Mars: wrap keyError when index out of range (#1005) +- ChemoMetec Nucleoview - wrap key error when indexing dataframe (#1006) +- MSD Methodical Mind - support wells larger than 192 wells correctly (#1009) + ## [0.1.92] - 2025-06-02 ### Added diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index 353ceb8cd..d4d8b6ad6 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.92" +__version__ = "0.1.93"