What's Changed * Improve documentation https://github.com/inloco/incognia-python/pull/16 * Enabled scan for vulnerabilities and code quality through the use of CodeQL as Actions on GitHub https://github.com/inloco/incognia-python/pull/17 * Add new optional params for sign-up flow https://github.com/inloco/incognia-python/pull/18
This release: - Adds a new default header containing the 'User-Agent' header, in the following format: `<library-name>/<library-version> (<os-name> <os-version> <os-arch>) <language-name>/<language-version>` - Avoids concurrent token refresh;