Skip to content

Commit 5a36356

Browse files
committed
Bump minor version.
1 parent 0ec0b33 commit 5a36356

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

lib/console/output/datadog/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module Console
77
module Output
88
module Datadog
9-
VERSION = "0.4.1"
9+
VERSION = "0.5.0"
1010
end
1111
end
1212
end

readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ Attach Datadog `trace_id` and `span_id` to log entries.
66

77
## Usage
88

9-
Please see the [project documentation](https://socketry.github.io/console-output-datadog).
9+
Please see the [project documentation](https://socketry.github.io/console-output-datadog/) for more details.
10+
11+
- [Getting Started](https://socketry.github.io/console-output-datadog/guides/getting-started/index) - This guide explains how to use `console-output-datadog` for correlating logs.
1012

1113
## Releases
1214

13-
There are no documented releases.
15+
Please see the [project releases](https://socketry.github.io/console-output-datadog/releases/index) for all releases.
16+
17+
### v0.5.0
18+
19+
- Update to use `datadog` gem.
1420

1521
## Contributing
1622

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.5.0
44

55
- Update to use `datadog` gem.

0 commit comments

Comments
 (0)