diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecaa39..5c59025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file. [semver]: https://semver.org/spec/v2.0.0.html [pkjjl]: https://pkgdocs.julialang.org/v1/compatibility/#compat-pre-1.0 +## [0.4.2] - 2025-11-27 +### Fixed +- KnuOstWat2018: Fixed a bug in `eq_segprod_limit` constraint (#17) + ## [0.4.0] - 2024-05-21 ### Added - Add support for two-stage stochastic problems diff --git a/Project.toml b/Project.toml index 1c1605e..628baaa 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "UnitCommitment" uuid = "64606440-39ea-11e9-0f29-3303a1d3d877" authors = ["Santos Xavier, Alinson "] repo = "https://github.com/ANL-CEEESA/UnitCommitment.jl" -version = "0.4.1" +version = "0.4.2" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"