diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39495d3..9185c9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
## [Unreleased]
+## [0.2.0] - 2026-05-09
+
+### Changed
+
+- Changed the `MatrixBandwidth` bandwidth recognition solver from `DelCorsoManzini` to `CapraraSalazarGonzalez` (the default for `MatrixBandwidth` v0.3.0)
+- Restricted compat to Julia v1.12+, eliminating compatibility shims and also upgrading compat for various other packages
+
+### Fixed
+
+- Fixed a few minor docstring/doctest errors
+
## [0.1.3] - 2025-09-20
### Changed
@@ -50,7 +61,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
- Released the initial stable version of the package.
-[unreleased]: https://github.com/GraphQuantum/SDiagonalizability.jl/compare/v0.1.3...HEAD
+[unreleased]: https://github.com/GraphQuantum/SDiagonalizability.jl/compare/v0.2.0...HEAD
+[0.2.0]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.2.0
[0.1.3]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.3
[0.1.2]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.2
[0.1.1]: https://github.com/Luis-Varona/MatrixBandwidth.jl/releases/tag/v0.1.1
diff --git a/README.md b/README.md
index 4263e8b..39caeea 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
| Metadata |
-
+
|
@@ -275,7 +275,7 @@ The latest citation information may be found in the [CITATION.bib](https://raw.g
## Project status
-The latest stable release of *SDiagonalizability.jl* is v0.1.3. Although a good chunk of documentation and tests is still missing, the core API is fully functional and the package is ready for use. We are currently working on filling in the gaps and aim to release a more polished update (v0.3.0) in the near future.
+The latest stable release of *SDiagonalizability.jl* is v0.2.0. Although a good chunk of documentation and tests is still missing, the core API is fully functional and the package is ready for use. We are currently working on filling in the gaps and aim to release a more polished update (v0.3.0) in the near future.
## Credits
diff --git a/docs/src/index.md b/docs/src/index.md
index 26bf7cf..0cbe562 100644
--- a/docs/src/index.md
+++ b/docs/src/index.md
@@ -14,7 +14,7 @@ CurrentModule = SDiagonalizability
| Metadata |
-
+
|
@@ -283,7 +283,7 @@ The latest citation information may be found in the [CITATION.bib](https://raw.g
## Project status
-The latest stable release of *SDiagonalizability.jl* is v0.1.3. Although a good chunk of documentation and tests is still missing, the core API is fully functional and the package is ready for use. We are currently working on filling in the gaps and aim to release a more polished update (v0.3.0) in the near future.
+The latest stable release of *SDiagonalizability.jl* is v0.2.0. Although a good chunk of documentation and tests is still missing, the core API is fully functional and the package is ready for use. We are currently working on filling in the gaps and aim to release a more polished update (v0.3.0) in the near future.
## Credits