diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a51ab4bb..67f0d54be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## staged +- none + +## v0.14.5 + - Fixed bug in dss parser where properties assigned via `assign_property!` would fail if the object they applied to was not created in the same file [#397](https://github.com/lanl-ansi/PowerModelsDistribution.jl/issues/397) - Fixed bug in `get_defined_buses` to check if `"bus"` property is a `Vector` instead of checking if it is a `String` [#416](https://github.com/lanl-ansi/PowerModelsDistribution.jl/issues/416) - Fixed bug in `_map_eng2math_bus!()` regarding calculation of shunt element susceptance parameter diff --git a/Project.toml b/Project.toml index f2b10611e..82f8dfd30 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.4" +version = "0.14.5" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"