diff --git a/CHANGELOG.md b/CHANGELOG.md index adcca977a..2e4e50e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## staged +## v0.10.1 + - Fix buspairs ref not getting built - Fix bug in storage linear constraints and mixed integer variable instantiation - Add support for ideal (lossless) switches diff --git a/Project.toml b/Project.toml index 19603c163..47152b20c 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.10.0" +version = "0.10.1" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"