Conversation
Codacy's Analysis Summary0 new issue (≤ 1 medium issue) Review Pull Request in Codacy →
|
1 similar comment
Codacy's Analysis Summary0 new issue (≤ 1 medium issue) Review Pull Request in Codacy →
|
There was a problem hiding this comment.
Pull request overview
This PR prepares a release by bumping the plugin version from 0.0.9 to 0.0.10 and updating the changelog with a security-related change about removing token logging.
- Version incremented to 0.0.10 following SemVer patch format
- Changelog updated to document the removal of token logging for improved security
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| gradle.properties | Bumped plugin version from 0.0.9 to 0.0.10 |
| CHANGELOG.md | Updated changelog entry to document security improvement regarding token logging removal |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -6,4 +6,4 @@ | |||
|
|
|||
| ### Added | |||
|
|
|||
There was a problem hiding this comment.
This changelog entry describes removing token logging (a security fix), but it's placed under the "### Added" section. According to the Keep a Changelog format, this should be under "### Security" (for security-related changes) or "### Changed" (for changes in existing functionality).
| ### Security |
No description provided.