diff --git a/CHANGELOG.md b/CHANGELOG.md index 9edc737a..c6642de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ WaterModels.jl Change Log ========================= +### Staged +- nothing + +### v0.9.2 +- Add support for Interpolations v0.14. + ### v0.9.1 - Add support for JuMP v1.0. diff --git a/Project.toml b/Project.toml index 68fa368d..d9038829 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "WaterModels" uuid = "7c60b362-08f4-5b14-8680-cd67a3e18348" authors = ["Byron Tasseff"] repo = "https://github.com/lanl-ansi/WaterModels.jl" -version = "0.9.1" +version = "0.9.2" [deps] HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b" @@ -17,9 +17,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] HiGHS = "~1" InfrastructureModels = "~0.6, ~0.7" -Interpolations = "~0.12, 0.13" +Interpolations = "~0.12, 0.13, 0.14" JSON = "~0.18, ~0.19, ~0.20, ~0.21" -JuMP = "~0.22, ~0.23, ~1.0" +JuMP = "~0.22, ~0.23, ~1" Memento = "~1" PolyhedralRelaxations = "~0.3" julia = "1.6 - 1"