diff --git a/Project.toml b/Project.toml index 0454e4f34bb..c01850b6aed 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "JuMP" uuid = "4076af6c-e467-56ae-b986-b466b2749572" repo = "https://github.com/jump-dev/JuMP.jl.git" -version = "1.22.0" +version = "1.22.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/docs/packages.toml b/docs/packages.toml index 26e942af8da..b79e303341a 100644 --- a/docs/packages.toml +++ b/docs/packages.toml @@ -53,13 +53,13 @@ [ECOS] rev = "v1.1.2" [GLPK] - rev = "v1.2.0" + rev = "v1.2.1" [Gurobi] rev = "v1.2.3" [HiGHS] rev = "v1.9.0" [Hypatia] - rev = "v0.8.0" + rev = "v0.8.1" has_html = true [Ipopt] rev = "v1.6.2" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index f1adf5c579d..2e73e8b10de 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,17 @@ CurrentModule = JuMP The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Version 1.22.1 (May 17, 2024) + +### Fixed + + - Fixed bug including non-`.jl` files in `src/macros.jl` (#3747) + +### Other + + - Added DSDP to the list of supported solvers (#3745) + - Updated YALMIP migration guide (#3748) + ## Version 1.22.0 (May 12, 2024) ### Added