Skip to content

Commit

Permalink
Preparation for 1.9.1 release (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
intuibase authored Jul 6, 2023
1 parent 5257f69 commit bafdc27
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ endif::[]
// Using the template above, release notes go here.
// CHANGELOG_AUTOMATION_KEYWORD
[[release-notes-v1.9.1]]
=== v1.9.1 - 2023/07/06
[float]
==== Features
* Added configuration option: GLOBAL_LABELS {pull}1007[#1007]
* Introduced new C++ build environment {pull}985[985]
==== Bug fixes
* Suppress errors and warnings when internally calling opcache_get_status {pull}1013[#1013]
[[release-notes-v1.9.0]]
=== v1.9.0 - 2023/06/22
[float]
Expand Down
2 changes: 1 addition & 1 deletion agent/native/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.9.0"
#define PHP_ELASTIC_APM_VERSION "1.9.1"
2 changes: 1 addition & 1 deletion agent/php/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.9.0';
public const VERSION = '1.9.1';

/**
* Begins a new transaction and sets it as the current transaction.
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.9.1>>
* <<release-notes-v1.9.0>>
* <<release-notes-v1.8.4>>
* <<release-notes-v1.8.3>>
Expand Down

0 comments on commit bafdc27

Please sign in to comment.