File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9090### Changed
9191- Changed ` board_id ` and ` phase_id ` to be optional in ` POST /api/v1/projects `
9292
93+ ## [ 16.0.0] ( https://github.com/pipedrive/client-php/compare/15.7.0...16.0.0 ) (2026-05-05)
94+
9395## [ 15.7.0] ( https://github.com/pipedrive/client-php/compare/15.6.0...15.7.0 ) (2026-05-05)
9496
9597## [ 15.6.0] ( https://github.com/pipedrive/client-php/compare/15.5.0...15.6.0 ) (2026-05-05)
Original file line number Diff line number Diff line change @@ -111,11 +111,11 @@ class Configuration
111111 */
112112 protected string $ host = 'https://api.pipedrive.com/v1 ' ;
113113 /**
114- * User agent of the HTTP request, set to "Pipedrive-SDK-PHP-15 .x" by default
114+ * User agent of the HTTP request, set to "Pipedrive-SDK-PHP-16 .x" by default
115115 *
116116 * @var string
117117 */
118- protected string $ userAgent = 'Pipedrive-SDK-PHP-15 .x ' ;
118+ protected string $ userAgent = 'Pipedrive-SDK-PHP-16 .x ' ;
119119
120120 /**
121121 * Debug switch (default set to false)
Original file line number Diff line number Diff line change @@ -111,11 +111,11 @@ class Configuration
111111 */
112112 protected string $ host = 'https://api.pipedrive.com/api/v2 ' ;
113113 /**
114- * User agent of the HTTP request, set to "Pipedrive-SDK-PHP-15 .x" by default
114+ * User agent of the HTTP request, set to "Pipedrive-SDK-PHP-16 .x" by default
115115 *
116116 * @var string
117117 */
118- protected string $ userAgent = 'Pipedrive-SDK-PHP-15 .x ' ;
118+ protected string $ userAgent = 'Pipedrive-SDK-PHP-16 .x ' ;
119119
120120 /**
121121 * Debug switch (default set to false)
You can’t perform that action at this time.
0 commit comments