Skip to content

Commit

Permalink
Prepared for 1.12.0 release (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKleyman committed Jan 16, 2024
1 parent 7a3f179 commit 3e37073
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ endif::[]
// Using the template above, release notes go here.
// CHANGELOG_AUTOMATION_KEYWORD
[[release-notes-v1.12.0]]
=== v1.12.0 - 2024/01/15
==== Features
* Removed limitation that required to reinstall the agent after PHP upgrade {pull}#1115[#1115]
* Fixed "malformed UTF-8 characters" issue {pull}#1120[#1120]
[[release-notes-v1.11.0]]
=== v1.11.0 - 2024/01/04
==== Features
Expand Down
2 changes: 1 addition & 1 deletion agent/native/libcommon/code/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.11.0"
#define PHP_ELASTIC_APM_VERSION "1.12.0"
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.11.0';
public const VERSION = '1.12.0';

/**
* 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.12.0>>
* <<release-notes-v1.11.0>>
* <<release-notes-v1.10.0>>
* <<release-notes-v1.9.1>>
Expand Down

0 comments on commit 3e37073

Please sign in to comment.