diff --git a/Project.toml b/Project.toml index 0a1a6472a5..3e690c9c0a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MathOptInterface" uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" -version = "1.37.1" +version = "1.37.2" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 9e7150a37d..f02ac51fdd 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,17 @@ CurrentModule = MathOptInterface 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). +## v1.37.2 (March 4, 2025) + +### Fixed + + - Fixed a bug introduced by (#2661) in which various `ToMILP` bridges were + broken if [`delete`](@ref) was called before [`Utilities.final_touch`](@ref) + (#2678) + - Fixed a bug introduced by (#2665) in which [`attribute_value_type`](@ref) was + too strict for existing implementations of [`Bridges.ListOfNonstandardBridges`](@ref) + (#2679) + ## v1.37.1 (March 3, 2025) ### Fixed