Skip to content

Commit b665281

Browse files
authored
Add CHANGELOG for v1.1.0 (#155)
1 parent 69ccd6c commit b665281

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v1.1.0 [2025-03-07]
2+
3+
_Enhancements_
4+
5+
- Added `changelog` column to `jira_issue` table. ([#149](https://github.com/turbot/steampipe-plugin-jira/pull/149)) (Thanks [@mariusgrigaitis](https://github.com/mariusgrigaitis) for the contribution!)
6+
- Added `updated` column as an optional qual to the `jira_issue_worklog` table. ([#151](https://github.com/turbot/steampipe-plugin-jira/pull/151)) (Thanks [@mariusgrigaitis](https://github.com/mariusgrigaitis) for the contribution!)
7+
- Optimized the `jira_issue_comment` table to avoid unnecessary API calls when `issue_id` is passed in as an optional qual when querying the table. ([#143](https://github.com/turbot/steampipe-plugin-jira/pull/143))
8+
9+
_Bug fixes_
10+
11+
- Fixed the `jira_issue` table to correctly return data instead of an error when `resolution_date` and `status` columns are passed in as the query parameters. ([#152](https://github.com/turbot/steampipe-plugin-jira/pull/152)) (Thanks [@mariusgrigaitis](https://github.com/mariusgrigaitis) for the contribution!)
12+
13+
_Dependencies_
14+
15+
- Recompiled plugin with Go version `1.23.1`. ([#154](https://github.com/turbot/steampipe-plugin-jira/pull/154))
16+
- Recompiled plugin with [steampipe-plugin-sdk v5.11.3](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5113-2025-02-11) that addresses critical and high vulnerabilities in dependent packages. ([#154](https://github.com/turbot/steampipe-plugin-jira/pull/154))
17+
118
## v1.0.0 [2024-10-22]
219

320
There are no significant changes in this plugin version; it has been released to align with [Steampipe's v1.0.0](https://steampipe.io/changelog/steampipe-cli-v1-0-0) release. This plugin adheres to [semantic versioning](https://semver.org/#semantic-versioning-specification-semver), ensuring backward compatibility within each major version.

0 commit comments

Comments
 (0)