diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ffad49c..275bc7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # UnitCommitment.jl -### Version 0.1.0 (November 6, 2020) +### Version 0.1.1 (Nov 16, 2020) + +* Fixes to MATLAB and PGLIB-UC instances +* Add OR-LIB and Tejada19 instances +* Improve documentation + +### Version 0.1.0 (Nov 6, 2020) * Initial public release diff --git a/Project.toml b/Project.toml index 92b96fed..de891cc1 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.1.0" +version = "0.1.1" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"