Skip to content

Commit

Permalink
[core] bump version 0.5.1 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
labbati authored Nov 30, 2018
1 parent 84cd464 commit efe3ea9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file - [docs/changelog.md](read more).

## [Unreleased]

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

Expand Down Expand Up @@ -132,7 +134,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.0...HEAD
[Unreleased]: https://github.com/DataDog/dd-trace-php/compare/0.5.1...HEAD
[0.5.0]: 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
[0.4.1]: https://github.com/DataDog/dd-trace-php/compare/0.4.0...0.4.1
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.0-beta';
const VERSION = '0.5.1-beta';

0 comments on commit efe3ea9

Please sign in to comment.