Breaking Changes
`pyfortianalyzer` now no longer supports FortiAnalyzer v7.0.x.
The supported version is now FortiAnalyzer v7.2.x.
`pyfortianalyzer` no longer supports the legacy session based login method.
The new login method is token based.
New Features
- **Login:** Login handling is no longer session based, but token based.
- **System:** Added a function for calling a custom API endpoint, `FortiManager.system.custom_request()`.
Other Changes
- Updated `README.md` documentation.