Skip to content

Commit

Permalink
Prepare v2.0.0-B1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Jan 4, 2025
1 parent c94011b commit ae521e6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]
### Added
...

### Changed
...

### Removed
...

## [2.0.0-B1] - 2025-01-04
### Added
- Added `Api::getWorklogs` call for getting issue work logs by [@camspanos].
- Enhance `Api::getCreateMeta` call with ability (optional) to return issue fields by [@arnested].
- Added `Api::createRemotelink` call for creating linking issue with remote applications by [@elmi82].
Expand Down Expand Up @@ -75,7 +85,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Added
- Initial release.

[Unreleased]: https://github.com/chobie/jira-api-restclient/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/chobie/jira-api-restclient/compare/v2.0.0-B1...HEAD
[2.0.0-B1]: https://github.com/chobie/jira-api-restclient/compare/v1.0.0...v2.0.0-B1
[1.0.0]: https://github.com/chobie/jira-api-restclient/compare/b86f47129509bb27ae11d136fed67b70a27fd3be...v1.0.0
[@camspanos]: https://github.com/camspanos
[@arnested]: https://github.com/arnested
Expand Down

0 comments on commit ae521e6

Please sign in to comment.