Skip to content

Commit

Permalink
Prepare for v1.4.2 release
Browse files Browse the repository at this point in the history
- Bump version in the code
- Add to changelog
  • Loading branch information
SergeyKleyman committed Feb 17, 2022
1 parent d897dd0 commit 2a3b639
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ endif::[]
// Using the template above, release notes go here.
// CHANGELOG_AUTOMATION_KEYWORD
[[release-notes-v1.4.2]]
=== v1.4.2 - 2022/02/17
* Create error events only for PHP error types included in https://www.php.net/manual/en/function.error-reporting.php[`error_reporting()`]: {pull}625[#625]
[[release-notes-v1.4.1]]
=== v1.4.1 - 2022/02/14
* Fixed error events not being created for PHP errors: {pull}619[#619]
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.4.2>>
* <<release-notes-v1.4.1>>
* <<release-notes-v1.4>>
* <<release-notes-v1.3.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.4.1';
public const VERSION = '1.4.2';

/**
* 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.4.1"
#define PHP_ELASTIC_APM_VERSION "1.4.2"

0 comments on commit 2a3b639

Please sign in to comment.