diff --git a/CHANGELOG.md b/CHANGELOG.md index fe6fa9a2f..3a9018b69 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.105] - 2025-09-02 + +### Added + +- Flowjo Improve performance (#1067) +- Luminex IntelliFlex - Added support for single table files (#1061) + +### Changed + +- Add schema validation function for external use (#1068) + ## [0.1.104] - 2025-08-29 ### Added diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index 7096515f7..1e9961d52 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.104" +__version__ = "0.1.105"