diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b8675..b4e5a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Juniper.jl Changelog -### Unreleased +### 0.6.2 - Bugfix: `@NLexpression` failed in feasibility pump [Issue #184](https://github.com/lanl-ansi/Juniper.jl/pull/184) ### 0.6.1 diff --git a/Project.toml b/Project.toml index d441852..638fc86 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "Juniper" uuid = "2ddba703-00a4-53a7-87a5-e8b9971dde84" authors = ["Ole Kröger ", "Kaarthik Sundar kaarthik@lanl.gov"] repo = "https://github.com/lanl-ansi/Juniper.jl.git" -version = "0.6.1" +version = "0.6.2" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"