diff --git a/CHANGELOG.md b/CHANGELOG.md index 6710d27f6..858c2af54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## staged +- Added compat for JuMP v1 - Fixed bug in `_map_eng2math` where global keys were not being propagated in multinetwork - Fixed bug/typo in `_create_storage` where `kwhstored` was derived from `:stored` instead of `Symbol("%stored")` - Fixed bug in function `_dss2eng_loadshape!()` where `qmult` data was overwriting `pmult` data [#386](https://github.com/lanl-ansi/PowerModelsDistribution.jl/issues/386) diff --git a/Project.toml b/Project.toml index e4ecc6380..13eda7ee4 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Glob = "1.3" InfrastructureModels = "0.7.3" Ipopt = "0.9, 1.0.2" JSON = "0.18, 0.19, 0.20, 0.21" -JuMP = "0.22, 0.23" +JuMP = "0.22, 0.23, 1" LoggingExtras = "0.4.7" PolyhedralRelaxations = "0.3.3" SCS = "0.9, 1.0, 1.1"