Skip to content

Commit 8f7bfeb

Browse files
authored
Merge pull request #107 from scoutapp/update-for-1-7-0-release
Updates for 1.7.0 release
2 parents 35108ac + dd18e8a commit 8f7bfeb

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

package.xml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,21 @@
2525
</lead>
2626

2727
<!-- Current Release -->
28-
<date>2022-01-10</date>
28+
<date>2022-04-21</date>
2929
<time>10:00:00</time>
3030
<version>
31-
<release>1.6.0</release>
32-
<api>1.6.0</api>
31+
<release>1.7.0</release>
32+
<api>1.7.0</api>
3333
</version>
3434
<stability>
3535
<release>stable</release>
3636
<api>stable</api>
3737
</stability>
3838
<license uri="https://opensource.org/licenses/MIT">MIT</license>
3939
<notes>
40-
- Added support for PHP 8.1 (#101)
40+
- Pinned Elasticsearch to ^7.0 as ^8.0 has major BC breaks (#105)
41+
- Elasticsearch 8 support (#106)
42+
- Added release automation (#103)
4143
</notes>
4244
<!-- End Current Release -->
4345

@@ -115,6 +117,22 @@
115117
<zendextsrcrelease />
116118

117119
<changelog>
120+
<release>
121+
<date>2022-01-10</date>
122+
<time>10:00:00</time>
123+
<version>
124+
<release>1.6.0</release>
125+
<api>1.6.0</api>
126+
</version>
127+
<stability>
128+
<release>stable</release>
129+
<api>stable</api>
130+
</stability>
131+
<license uri="https://opensource.org/licenses/MIT">MIT</license>
132+
<notes>
133+
- Added support for PHP 8.1 (#101)
134+
</notes>
135+
</release>
118136
<release>
119137
<date>2021-12-24</date>
120138
<time>14:00:00</time>

zend_scoutapm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "scout_execute_ex.h"
2222

2323
#define PHP_SCOUTAPM_NAME "scoutapm"
24-
#define PHP_SCOUTAPM_VERSION "1.6.0"
24+
#define PHP_SCOUTAPM_VERSION "1.7.0"
2525

2626
/* Extreme amounts of debugging, set to 1 to enable it and `make clean && make` (tests will fail...) */
2727
#define SCOUT_APM_EXT_DEBUGGING 0

0 commit comments

Comments
 (0)