diff --git a/Project.toml b/Project.toml index 97e0d5035b..b75e637920 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MathOptInterface" uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" -version = "1.0.2" +version = "1.1.0" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" diff --git a/docs/src/release_notes.md b/docs/src/release_notes.md index 3b8bc2ea6e..fb728fcf10 100644 --- a/docs/src/release_notes.md +++ b/docs/src/release_notes.md @@ -1,5 +1,15 @@ # Release notes +## v1.1.0 (March 2, 2022) + +For a detailed list of the closed issues and pull requests from this release, +see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v1.1.0). + +### New features + + - Added `MOI.Utilities.throw_unsupported(::UniversalFallback)` for simplifying + solver wrappers which copy from a `UniversalFallback`. + ## v1.0.2 (March 1, 2022) For a detailed list of the closed issues and pull requests from this release,