Skip to content

Commit

Permalink
Add CHANGELOG for v0.13.0 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhushreeray30 authored Nov 15, 2023
1 parent 968cacd commit e0d1f07
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v0.13.0 [2023-11-15]

_What's new?_

- New tables added
- [jira_issue_comment](https://hub.steampipe.io/plugins/turbot/jira/tables/jira_issue_comment) ([#103](https://github.com/turbot/steampipe-plugin-jira/pull/103))
- [jira_issue_worklog](https://hub.steampipe.io/plugins/turbot/jira/tables/jira_issue_worklog) ([#104](https://github.com/turbot/steampipe-plugin-jira/pull/104))

_Enhancements_

- Added the `properties` column to `jira_project` table. ([#105](https://github.com/turbot/steampipe-plugin-jira/pull/105))

_Bug fixes_

- Fixed typo in the docs/index.md file. ([#102](https://github.com/turbot/steampipe-plugin-jira/pull/102)) (Thanks [@adrfrank](https://github.com/adrfrank) for the contribution!)
- Fixed the `jira_issue` table by enhancing case insensitivity support for the `status` column. ([#90](https://github.com/turbot/steampipe-plugin-jira/pull/90))

## v0.12.1 [2023-10-04]

_Dependencies_
Expand Down

0 comments on commit e0d1f07

Please sign in to comment.