diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a45a16..8c0d587d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ PowerModels.jl Change Log ========================= ### Staged +- nothing + +### v0.19.5 +- Add support for JuMP v1.0 - Update `correct_cost_functions!` to support PWL costs with a constant power value ### v0.19.4 diff --git a/Project.toml b/Project.toml index 5b6e10e2..bec1bf1e 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "PowerModels" uuid = "c36e90e8-916a-50a6-bd94-075b64ef4655" authors = ["Carleton Coffrin"] repo = "https://github.com/lanl-ansi/PowerModels.jl" -version = "0.19.4" +version = "0.19.5" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0" @@ -18,7 +18,7 @@ HiGHS = "~0.3, ~1" InfrastructureModels = "~0.6, ~0.7" Ipopt = "~0.8, ~0.9, ~1" JSON = "~0.18, ~0.19, ~0.20, ~0.21" -JuMP = "~0.22, ~0.23" +JuMP = "~0.22, ~0.23, 1" Juniper = "~0.8, ~0.9" Memento = "~1.0, ~1.1, ~1.2, ~1.3" NLsolve = "4.0"