1- CHANGE LOG
2- ==========
1+ # Changelog
32
3+ All notable changes to this project will be documented in this file.
44
5- ## 10.1.1 (26/10/2020)
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 10.1.1] - 2020-10-26
69
710* Fixed phpdoc typo
811* Fixed broken query builder
912
13+ [ 10.1.1 ] : https://github.com/GitLabPHP/Client/compare/10.1.0...10.1.1
1014
11- ## 10.1.0 (24/10/ 2020)
15+ ## [ 10.1.0] - 2020-10-24
1216
1317* Added method to get protected branches for a project
1418* Added with_merge_status_recheck option for fetching MRs
1519* Added commit cherry-pick API
1620* Added support for optional Note parameters
1721* Deprecated models API
1822
23+ [ 10.1.0 ] : https://github.com/GitLabPHP/Client/compare/10.0.1...10.1.0
1924
20- ## 10.0.1 (24/10/ 2020)
25+ ## [ 10.0.1] - 2020-10-24
2126
2227* Fixed using the name of a group as an ID
2328* Fixed various phpdoc issues
2429* Reverted query builder changes
2530
31+ [ 10.0.1 ] : https://github.com/GitLabPHP/Client/compare/10.0.0...10.0.1
2632
27- ## 10.0.0 (15/08/ 2020)
33+ ## [ 10.0.0] - 2020-08-15
2834
2935* Added void return types to void methods
3036
37+ [ 10.0.0 ] : https://github.com/GitLabPHP/Client/compare/10.0.0-RC2...10.0.0
3138
32- ## 10.0.0-RC2 (23/07/ 2020)
39+ ## [ 10.0.0-RC2] - 2020-07-23
3340
3441* Restored 9.x behaviour for empty JSON responses
3542* Support the issue link link_type parameter
3643
44+ [ 10.0.0-RC2 ] : https://github.com/GitLabPHP/Client/compare/10.0.0-RC1...10.0.0-RC2
3745
38- ## 10.0.0-RC1 (22/07/ 2020)
46+ ## [ 10.0.0-RC1] - 2020-07-22
3947
4048* Removed all deprecated functionality
4149* Switched to PSR-17 and PSR-18
@@ -46,14 +54,16 @@ CHANGE LOG
4654* Added scalar param types
4755* Added user events API
4856
57+ [ 10.0.0-RC1 ] : https://github.com/GitLabPHP/Client/compare/9.18.1...10.0.0-RC1
4958
50- ## 9.18.1 (22/07/ 2020)
59+ ## [ 9.18.1] - 2020-07-22
5160
5261* Fixed error in getHeader function
5362* Fixed incorrect param type doc
5463
64+ [ 9.18.1 ] : https://github.com/GitLabPHP/Client/compare/9.18.0...9.18.1
5565
56- ## 9.18.0 (11/07/ 2020)
66+ ## [ 9.18.0] - 2020-07-11
5767
5868* Deprecated all APIs that are deprecated or removed as of GitLab 13.1
5969* Deprecated old authentication methods and deprecated not specifying an authentication mode
@@ -73,18 +83,22 @@ CHANGE LOG
7383* Allow to search and find issues by "assignee_id"
7484* Updated Issues to support updated_after
7585
86+ [ 9.18.0 ] : https://github.com/GitLabPHP/Client/compare/9.17.1...9.18.0
7687
77- ## 9.17.1 (17/02/ 2020)
88+ ## [ 9.17.1] - 2020-02-17
7889
7990* Fixed text encoding for ` Repositories::createCommit() `
8091* Corrected lots of phpdoc errors and edges cases
8192
93+ [ 9.17.1 ] : https://github.com/GitLabPHP/Client/compare/9.17.0...9.17.1
8294
83- ## 9.17.0 (17/02/ 2020)
95+ ## [ 9.17.0] - 2020-02-17
8496
8597* Added support for the wiki APIs
8698* Implemented ` Environments::show() `
8799* Implemented ` Issues::showParticipants() `
88100* Add method to get issues for a group
89101* Add forks API call to return all forked projects
90102* Added users projects request parameters normalization
103+
104+ [ 9.17.0 ] : https://github.com/GitLabPHP/Client/compare/9.16.0...9.17.0
0 commit comments