Skip to content

Commit

Permalink
Prepared for 1.8.4 release (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKleyman authored May 17, 2023
1 parent c28343c commit 62b81e5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ endif::[]
// Using the template above, release notes go here.
// CHANGELOG_AUTOMATION_KEYWORD
[[release-notes-v1.8.4]]
=== v1.8.4 - 2023/05/17
[float]
==== Bug fixes
* Fixed deadlock caused by use of pthread_atfork {pull}964[#964]
* Fixed verify_server_cert=false not disabling all the checks related to HTTPS certificate {pull}965[#965]
* Fixed not joining background sender thread if there was fork after module init {pull}959[#959]
[[release-notes-v1.8.3]]
=== v1.8.3 - 2023/04/21
[float]
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[[release-notes]]
== Release notes

* <<release-notes-v1.8.4>>
* <<release-notes-v1.8.3>>
* <<release-notes-v1.8.2>>
* <<release-notes-v1.8.1>>
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticApm/ElasticApm.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ final class ElasticApm
{
use StaticClassTrait;

public const VERSION = '1.8.3';
public const VERSION = '1.8.4';

/**
* Begins a new transaction and sets it as the current transaction.
Expand Down
2 changes: 1 addition & 1 deletion src/ext/elastic_apm_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
*/
#pragma once

#define PHP_ELASTIC_APM_VERSION "1.8.3"
#define PHP_ELASTIC_APM_VERSION "1.8.4"

0 comments on commit 62b81e5

Please sign in to comment.