Skip to content

Commit 45a1703

Browse files
committed
Release v16.0.0
1 parent f7dbf7b commit 45a1703

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

lib/versions/v1/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

lib/versions/v2/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)