diff --git a/NEWS.md b/NEWS.md index 104f0fd1..62109c24 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,7 @@ ## v0.9.3 - add support for VariablePrimalStart [#138](https://github.com/SCIP-Interfaces/SCIP.jl/pull/138) +- fix indicator constraints [#137](https://github.com/SCIP-Interfaces/SCIP.jl/pull/137) ## v0.9.2 diff --git a/Project.toml b/Project.toml index fccc92d4..08b8ecf4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SCIP" uuid = "82193955-e24f-5292-bf16-6f2c5261a85f" -version = "0.9.2" +version = "0.9.3" [deps] CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"