File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ This project adheres to [Semantic Versioning](https://semver.org/).
44
55## [ Unreleased]
66### Added
7+ ...
8+
9+ ### Changed
10+ ...
11+
12+ ### Removed
13+ ...
14+
15+ ### Fixed
16+ ...
17+
18+ ## [ 2.0.0-B1] - 2025-01-04
19+ ### Added
720- Added ` Api::getWorklogs ` call for getting issue work logs by [ @camspanos ] .
821- Enhance ` Api::getCreateMeta ` call with ability (optional) to return issue fields by [ @arnested ] .
922- Added ` Api::createRemotelink ` call for creating linking issue with remote applications by [ @elmi82 ] .
@@ -48,9 +61,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
4861- The ` $method ` parameter of the ` Api::api ` method is now mandatory (previously had ` self::REQUEST_GET ` value) by [ @aik099 ] (#226 ).
4962- The ` $data ` parameter of the ` ClientInterface::sendRequest ` method is now mandatory (previously had ` array() ` value) by [ @aik099 ] (#226 ).
5063
51- ### Removed
52- ...
53-
5464### Fixed
5565- Attachments created using ` PHPClient ` were not accessible from JIRA by [ @ubermuda ] (#59 ).
5666- Inability to create attachment using ` CurlClient ` on PHP 5.6+ by [ @shmaltorhbooks ] (#52 ).
@@ -75,7 +85,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
7585### Added
7686- Initial release.
7787
78- [ Unreleased ] : https://github.com/chobie/jira-api-restclient/compare/v1.0.0...HEAD
88+ [ Unreleased ] : https://github.com/chobie/jira-api-restclient/compare/v2.0.0-B1...HEAD
89+ [ 2.0.0-B1 ] : https://github.com/chobie/jira-api-restclient/compare/v1.0.0...v2.0.0-B1
7990[ 1.0.0 ] : https://github.com/chobie/jira-api-restclient/compare/b86f47129509bb27ae11d136fed67b70a27fd3be...v1.0.0
8091[ @camspanos ] : https://github.com/camspanos
8192[ @arnested ] : https://github.com/arnested
You can’t perform that action at this time.
0 commit comments