diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c9348a87..ab6e3d9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## staged +- none + +## v0.14.4 + - Fixed bug in `apply_voltage_bounds!` for multinetwork data - Added compat for JuMP v1 - Fixed bug in `_map_eng2math` where global keys were not being propagated in multinetwork diff --git a/Project.toml b/Project.toml index 13eda7ee4..e7cd818a4 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "PowerModelsDistribution" uuid = "d7431456-977f-11e9-2de3-97ff7677985e" authors = ["David M Fobes ", "Carleton Coffrin"] repo = "https://github.com/lanl-ansi/PowerModelsDistribution.jl.git" -version = "0.14.3" +version = "0.14.4" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"