Skip to content

Commit

Permalink
Merge pull request #122 from scoutapp/prep-for-1.8.2-release
Browse files Browse the repository at this point in the history
Prep for 1.8.2 release
  • Loading branch information
asgrim authored Aug 26, 2022
2 parents a1338d8 + da46851 commit 2dd4a41
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
26 changes: 21 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
</lead>

<!-- Current Release -->
<date>2022-07-11</date>
<time>14:30:00</time>
<date>2022-08-26</date>
<time>10:30:00</time>
<version>
<release>1.8.1</release>
<api>1.8.1</api>
<release>1.8.2</release>
<api>1.8.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/MIT">MIT</license>
<notes>
- Added automation to upload DLL for Windows releases (#112)
- Enable HAVE_SCOUT_CURL if it is available in the Windows builds (#121)
</notes>
<!-- End Current Release -->

Expand Down Expand Up @@ -115,6 +115,22 @@
<zendextsrcrelease />

<changelog>
<release>
<date>2022-07-11</date>
<time>14:30:00</time>
<version>
<release>1.8.1</release>
<api>1.8.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/MIT">MIT</license>
<notes>
- Added automation to upload DLL for Windows releases (#112)
</notes>
</release>
<release>
<date>2022-06-29</date>
<time>11:30:00</time>
Expand Down
2 changes: 1 addition & 1 deletion zend_scoutapm.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "scout_execute_ex.h"

#define PHP_SCOUTAPM_NAME "scoutapm"
#define PHP_SCOUTAPM_VERSION "1.8.1"
#define PHP_SCOUTAPM_VERSION "1.8.2"

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

0 comments on commit 2dd4a41

Please sign in to comment.