diff --git a/CHANGELOG.md b/CHANGELOG.md index 5265992da..2972668c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## staged +- none + +## v0.14.3 + - Fixed bug in dss parser where circuit was not being edited using the `edit` dss command - Fixed bug in eng2math functions where the voltage angle was being set incorrectly for generation assets that were set to isochronous control mode diff --git a/Project.toml b/Project.toml index d160b7b12..e4ecc6380 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.2" +version = "0.14.3" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"