File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
5
## [ 3.0.7] ( https://github.com/apigee/apigee-client-php/milestone/31?closed=1 )
3
6
* [ #374 ] Bump minimum required version of symfony/serializer.
4
7
* [ #376 ] Remove symfony/serializer conflict and bump version.
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ interface ClientInterface extends HttpClient
63
63
*/
64
64
public const APIGEE_ON_GCP_ENDPOINT = 'https://apigee.googleapis.com/v1 ' ;
65
65
66
- public const VERSION = '3.0.7 ' ;
66
+ public const VERSION = '3.0.8 ' ;
67
67
68
68
/**
69
69
* Allows access to the last request, response and exception.
You can’t perform that action at this time.
0 commit comments