diff --git a/CHANGELOG.md b/CHANGELOG.md index 752d24a77..51fca05ca 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.125] - 2026-04-22 + +### Fixed + +- Strip document-signature footer from Intelliflex v2.2 CSV (#1193) + ## [0.1.123] - 2026-04-21 ### Added diff --git a/src/allotropy/__about__.py b/src/allotropy/__about__.py index 2056bd39d..e995d4e97 100644 --- a/src/allotropy/__about__.py +++ b/src/allotropy/__about__.py @@ -1 +1 @@ -__version__ = "0.1.123" +__version__ = "0.1.125"