diff --git a/CHANGELOG.md b/CHANGELOG.md index 300d5c0..212e9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2024-12-05 + +### Updated +- Upgraded the QR code generation library to the latest version of endroid/qr-code. + +### Changed +- Refactored the implementation of QR code generation to align with the updated library. +- Breaking change: Applications using this library must update their QR generation code to ensure compatibility with the new implementation. + ## [0.1.1] - 2021-06-02 ### Changed