Skip to content

Commit

Permalink
Merge pull request #164 from DataDog/bump_version_0.6.0
Browse files Browse the repository at this point in the history
bump version 0.6.0
  • Loading branch information
pawelchcki authored Dec 3, 2018
2 parents 17f4d74 + 3de737c commit 318c1b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
All notable changes to this project will be documented in this file - [docs/changelog.md](read more).

## [Unreleased]

## [0.6.0] - 2018-12-03
### Added
- Guzzle and Curl enabling for Laravel integrations #161

## [0.5.1] - 2018-11-30
### Fixed
- Laravel pipelines tracer supporting configurable handler method #15
- Laravel pipelines tracer supporting configurable handler method #158

## [0.5.0] - 2018-11-29
### Added
Expand Down Expand Up @@ -137,7 +139,8 @@ All notable changes to this project will be documented in this file - [docs/chan
### Added
- OpenTracing compliance tha can be used for manual instrumentation

[Unreleased]: https://github.com/DataDog/dd-trace-php/compare/0.5.1...HEAD
[Unreleased]: https://github.com/DataDog/dd-trace-php/compare/0.6.0...HEAD
[0.6.0]: https://github.com/DataDog/dd-trace-php/compare/0.5.1...0.6.0
[0.5.1]: https://github.com/DataDog/dd-trace-php/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/DataDog/dd-trace-php/compare/0.4.2...0.5.0
[0.4.2]: https://github.com/DataDog/dd-trace-php/compare/0.4.1...0.4.2
Expand Down
2 changes: 1 addition & 1 deletion src/DDTrace/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

namespace DDTrace\Version;

const VERSION = '0.5.1-beta';
const VERSION = '0.6.0-beta';

0 comments on commit 318c1b9

Please sign in to comment.