diff --git a/CHANGELOG.md b/CHANGELOG.md index 504df51..668a397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.0.0] - 2024-01-09 + ### Added - PDLP solver interface @@ -76,7 +78,8 @@ All notable changes to this project will be documented in this file. - Improve linter code rating to 10/10 - Switch from ``setup.py`` to ``pyproject.toml`` -[unreleased]: https://github.com/qpsolvers/qpsolvers/compare/v1.2.0...HEAD +[unreleased]: https://github.com/qpsolvers/qpsolvers/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.2.0...v2.0.0 [1.2.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/qpsolvers/qpsolvers/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/qpsolvers/qpsolvers/compare/v1.0.0...v1.0.1