- Dependency upgrade
- Bugfix (non-breaking change which fixes an issue)
- New feature (which adds functionality to an existing integration)
- Breaking change (fix/feature causing existing functionality to break)
- Code quality improvements to existing code or addition of tests
- Chore (tool changes, configuration changes, and changes to things that do not actually go into production at all)
- This PR fixes or closes issue: fixes #
- This PR is related to issue:
- The code change is tested and works locally.
- There is no commented-out code in this PR.