Skip to content

Commit

Permalink
Added CHANGELOG.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fundakol committed May 23, 2022
1 parent 66d5c7a commit e11a100
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
0.8.0 [2022-05-23]
==================
- Added token authentication
- Changed CLI options
- Basic authentication is default for both Jira DC and cloud
- Changed option `--api-key` to `--api-key-auth`

0.7.1 [2022-05-11]
==================
- Improved printing error messages from a Jira server

0.7.0 [2022-03-09]
==================
- Allow optional duplication of ids
- Minor fixes to support the latest changes in Xray Cloud

0.6.0 [2022-02-26]
==================
- Added API Key Authentication
- Added possibility to use multiple jira ids in the marker

0.5.1 [2022-02-17]
==================
- Fixed endpoint for Jira Cloud

0.5.0 [2021-12-10]
==================
- Added support for test execution revision
- Added support for summary and description
- Added support for executions test environments and fix version

0.4.0 [2021-11-28]
==================
- Fixed missing statuses in XRAY report (errors, xfail, xpass)

0.3.0 [2021-10-13]
==================
- Added option to save test execution results to JSON file

0.2.1 [2021-10-11]
==================
- Bug fixes

0.2.0 [2021-09-22]
==================
- Added support for Xray Cloud

0.1.2 [2021-04-24]
==================
- Added SSL Verification

0.1.1 [2021-04-11]
==================
- Fixed handling http errors

0.1.0 [2021-02-12]
==================
- First release

0 comments on commit e11a100

Please sign in to comment.