Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,16 @@ Adding a requirement of a major version of a dependency is breaking a contract.
Dropping a requirement of a major version of a dependency is a new contract.

## [Unreleased]
[Unreleased]: https://github.com/atlassian/jira-actions/compare/release-3.28.1...master
[Unreleased]: https://github.com/atlassian/jira-actions/compare/release-3.28.2...master

## [3.23.2] - 2025-05-20
[3.23.2]: https://github.com/atlassian/jira-actions/compare/release-3.28.1...release-3.28.2

This version is not published to the https://mvnrepository.com/, but is available in the Atlassian's maven repositories:
https://developer.atlassian.com/server/framework/atlassian-sdk/atlassian-maven-repositories-2818705/

### Fixed
- Fix for `Create Issue` action to support both legacy and new create issue dialog's headers.

## [3.28.1] - 2024-06-18
[3.28.1]: https://github.com/atlassian/jira-actions/compare/release-3.28.0...release-3.28.1
Expand Down
Loading