diff --git a/CHANGELOG.md b/CHANGELOG.md index c543ae35f..cd33895e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.95] - 2025-06-19 + +### Added + +- Luminex xPONENT - migrate to BENCHLING/2024/09 schema (#1007) + ## [0.1.94] - 2025-06-18 ### Added diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index ae2066117..a7059c5bf 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.94" +__version__ = "0.1.95"