From ae521e6d0b12bec2b2c3fa9398a768ae6e230bbe Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 4 Jan 2025 21:54:49 +0200 Subject: [PATCH] Prepare v2.0.0-B1 release --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 850f2c8..136d647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]. @@ -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