diff --git a/CHANGELOG.md b/CHANGELOG.md index e2bc1e94..6af716fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ PowerModels.jl Change Log ### Staged - nothing +### v0.19.1 +- Add support for Memento v1.3 + ### v0.19.0 - Add support for JuMP v0.22 - Remove dependency on MathOptInterface package diff --git a/Project.toml b/Project.toml index 820fafb2..f1a03b13 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.19.0" +version = "0.19.1" [deps] InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0" @@ -20,7 +20,7 @@ Ipopt = ">= 0.8" JSON = "~0.18, ~0.19, ~0.20, ~0.21" JuMP = "~0.22" Juniper = ">= 0.8" -Memento = "~1.0, ~1.1, ~1.2" +Memento = "~1.0, ~1.1, ~1.2, ~1.3" NLsolve = "4.0" SCS = ">= 0.8" julia = "^1"