# Changelog
## 0.2.0 (2025-07-26)
### New Features
- Introduced text rephrasing functionality for Pro users, allowing rephrasing of single or
multiple texts with style and tone options.
- Added new modules for translation and rephrasing, providing clearer and more robust APIs.
### Bug Fixes
- Addressed a compilation error related to API key configuration.
### Documentation
- Updated usage examples, module names, and introductory text in the documentation and README.
- Added a centered logo and new CI badge to the README.
- Expanded changelog with recent updates and detailed usage examples.
- Improved API reference and getting started guides for clarity.
### Tests
- Added and updated tests for translation, rephrasing, and usage features to reflect API changes.
## 0.1.2 (2025-07-20)
- Fix compilation error because API key was set as module attribute instead of config.
## 0.0.1 (2025-07-19)
- Added `Deepl.Translator` module for translating text.
- Added `Deepl.Usage` module for retrieving usage and quota information.