Skip to content

Commit

Permalink
Fixes provided JIR-30
Browse files Browse the repository at this point in the history
- Spelling correction
- Fix to sprint API
  • Loading branch information
princenyeche authored Jun 26, 2024
2 parents 758b132 + 6d2be88 commit ee9728f
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 231 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Jira one change log

**Release 0.8.5** - 2024-06-26

Fixes:
- 🐛 `get_all_sprints` API fix to query parameter #137
- 🐛 Corrected errors associated with the test script

Updates:
- Made some spelling corrections


**Release 0.8.4** - 2024-05-20

Thanks to [@huyz](https://github.com/huyz) for the below fixes and improvements to v0.8.4
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Below is the list of supported versions for the jiraone library

| Version | Supported |
|---------|--------------------|
| 0.8.5 | :white_check_mark: |
| 0.8.4 | :white_check_mark: |
| 0.8.3 | :white_check_mark: |
| 0.8.2 | :white_check_mark: |
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ numpy
pandas
matplotlib
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "jiraone"
version = "v0.8.4"
version = "v0.8.5"
authors = [
{ name="Prince Nyeche", email="[email protected]" },
]
Expand Down
Loading

0 comments on commit ee9728f

Please sign in to comment.