Skip to content

Commit

Permalink
[1.0.0] Bump version and create changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
apmmachine committed Mar 23, 2021
1 parent e212133 commit 211c25c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,26 @@ endif::[]
// Using the template above, release notes go here.
// CHANGELOG_AUTOMATION_KEYWORD
[[release-notes-v1.0.0]]
=== v1.0.0
[float]
==== Breaking changes
* Simplify API for manual passing of distributed tracing data: {pull}357[#357]
* Removed NOTICE log level: {pull}329[#329]
* setLabel() have been moved to under context(): {pull}276[#276]
[float]
==== Bug fixes
* Small fixes to examples in docs: {pull}355[#355]
* Exclude query string from a transaction name: {pull}285[#285]
[float]
==== Features
* Added support for distributed tracing: {pull}283[#283]
* Added Error events: {pull}282[#282]
* Add support for TRANSACTION_MAX_SPANS configuration option : {pull}260[#260]
[[release-notes-v1.0.0-beta1]]
=== v1.0.0-beta1
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticApm/ElasticApm.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ final class ElasticApm
use StaticClassTrait;

/** @var string */
public const VERSION = '1.0.0-beta1';
public const VERSION = '1.0.0';

/**
* 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.0.0-beta1"
#define PHP_ELASTIC_APM_VERSION "1.0.0"

0 comments on commit 211c25c

Please sign in to comment.