diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a61e766..5d6950c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [2.15.0] - 2025-10-10 + +### Added +- Option to explicitly specify the number of fit parameters added. + ## [2.14.0] - 2025-03-09 ### Added diff --git a/pyerrors/version.py b/pyerrors/version.py index 806254b1..90c1ae3a 100644 --- a/pyerrors/version.py +++ b/pyerrors/version.py @@ -1 +1 @@ -__version__ = "2.15.0-dev" +__version__ = "2.15.0"