Skip to content

Commit fceb7f5

Browse files
authored
Bump client version to 3.0.8 and changelog update (#388)
1 parent f43f83e commit fceb7f5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# CHANGELOG
2+
## [3.0.8](https://github.com/apigee/apigee-client-php/milestone/32?closed=1)
3+
* [#379] Update option-resolver's symfony component version to its latest.
4+
25
## [3.0.7](https://github.com/apigee/apigee-client-php/milestone/31?closed=1)
36
* [#374] Bump minimum required version of symfony/serializer.
47
* [#376] Remove symfony/serializer conflict and bump version.

src/ClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ interface ClientInterface extends HttpClient
6363
*/
6464
public const APIGEE_ON_GCP_ENDPOINT = 'https://apigee.googleapis.com/v1';
6565

66-
public const VERSION = '3.0.7';
66+
public const VERSION = '3.0.8';
6767

6868
/**
6969
* Allows access to the last request, response and exception.

0 commit comments

Comments
 (0)