diff --git a/NEWS.md b/NEWS.md index 169082b4eee..2fab3a672d8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,12 @@ JuMP release notes ================== +Version 0.18.2 (June 10, 2018) +------------------------------ + + * Fix a bug in second-order derivatives when expressions are present (#1319) + * Fix a bug in `@constraintref` (#1330) + Version 0.18.1 (April 9, 2018) ------------------------------ diff --git a/README.md b/README.md index 0afb32340ed..38524782e27 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Our documentation includes an installation guide, quick-start guide, and referen **Read about the upcoming transition to MathOptInterface and breaking changes in JuMP 0.19 [here](https://discourse.julialang.org/t/mathoptinterface-and-upcoming-breaking-changes-in-jump-0-19).** -**Latest Release**: 0.18.1 (via ``Pkg.add``) +**Latest Release**: 0.18.2 (via ``Pkg.add``) * [Documentation](http://www.juliaopt.org/JuMP.jl/0.18/) * [Examples](https://github.com/JuliaOpt/JuMP.jl/tree/release-0.18/examples) * Testing status: