https://github.com/ayvi-0001/notion-api/compare/v0.3.9-alpha...v0.3.12-alpha
- Changed the logging messages from INFO to DEBUG
- Removed staticmethods from `notion.Workspace`. Now requires an instance.
- Removed the parameter `notion_version` from all classes. Will default to the current version (2022-06-28). To use a previous version of the API, `NOTION_VERSION` can be set as an environment variable.
- Minor fixes to property objects/page property values and default values. Moved url's in docstrings to the Page/Database methods.
- Renamed attribute in `notion.Database` from `inline` to `is_inline`.