diff --git a/NEWS.md b/NEWS.md index f28b10201..dfdc72780 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# Changes in v0.14.11 + +* fix `quadform` in the complex case [#444](https://github.com/jump-dev/Convex.jl/pull/444). Thanks @lrnv! + # Changes in v0.14.10 * declare compatibility with BenchmarkTools v1.0 [#441](https://github.com/jump-dev/Convex.jl/pull/441) diff --git a/Project.toml b/Project.toml index 0394f590a..420d99cb2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Convex" uuid = "f65535da-76fb-5f13-bab9-19810c17039a" -version = "0.14.10" +version = "0.14.11" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"