Skip to content

Commit

Permalink
[1.3.1] Bump version and create changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
apmmachine committed Oct 18, 2021
1 parent f0532ff commit e8835b1
Show file tree
Hide file tree
Showing 3 changed files with 6 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-ci-tag]]
=== ci-tag
*No changelog for this release.*
[[release-notes-v1.3]]
=== v1.3 - 2021/09/01
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.3';
public const VERSION = '1.3.1';

/**
* 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.3"
#define PHP_ELASTIC_APM_VERSION "1.3.1"

0 comments on commit e8835b1

Please sign in to comment.