diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e8a9a151..32feb6819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ PowerModels.jl Change Log ========================= ### Staged +- nothing + +### v0.14.1 - Add support for constant power factor load and shunt decision variables - Add basic support for OPF with OLTC and PST variables - Update to InfrastructureModels v0.4 diff --git a/Project.toml b/Project.toml index 58e9524a1..a3da2bde9 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "PowerModels" uuid = "c36e90e8-916a-50a6-bd94-075b64ef4655" authors = ["Carleton Coffrin"] repo = "https://github.com/lanl-ansi/PowerModels.jl" -version = "0.14.0" +version = "0.14.1" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"