diff --git a/CHANGELOG.md b/CHANGELOG.md index a6559f8b1..e962eea76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ PowerModels.jl Change Log ========================= ### Staged +- nothing + +### v0.17.2 - Added support for ACR formulation with storage - Added support for LPAC formulations of OTS and TNEP problems (#708) (thanks to @jay-dave) - Added `windv*`, `nomv*` and `cw` values to `import_all` on PSS/E data files (#629) diff --git a/Project.toml b/Project.toml index 6f37ed1ac..f4ca4f799 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.17.1" +version = "0.17.2" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"