diff --git a/CHANGELOG.md b/CHANGELOG.md index 42dd7bc9..7012e6ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [2.16.0] - 2025-10-30 + +### Added +- Support for custom configuration number extraction in the sfcf input module. + +### Fixed +- Calculation of expected chisquare in connection with priors. + +### Changed +- Support for python<3.10 was dropped. + ## [2.15.1] - 2025-10-19 ### Fixed diff --git a/pyerrors/version.py b/pyerrors/version.py index e017dc17..8f4a3517 100644 --- a/pyerrors/version.py +++ b/pyerrors/version.py @@ -1 +1 @@ -__version__ = "2.16.0-dev" +__version__ = "2.16.0"