Skip to content

Commit c1d8207

Browse files
author
robot
committed
Release v1.15.0
1 parent 78b5db4 commit c1d8207

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 1.15.0
12
* added `$grpc_config` array for customize gRPC behavior
23

34
## 1.14.0

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
const MAJOR = "1";
3-
const MINOR = "14";
3+
const MINOR = "15";
44
const PATCH = "0";
55

0 commit comments

Comments
 (0)