Skip to content

Commit d1e58e3

Browse files
committed
fix(eventlog-live-otelcol): bump major version
1 parent 95f84aa commit d1e58e3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

eventlog-live-otelcol/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### 0.3.0.0
1+
### 0.4.0.0
22

3-
- Support configuration files (via `--config`; see `--print-defaults`).
3+
- Fix space leak in `processHeapProfSampleData`.
44
- Support aggregation (via configuration files).
55
- Support statistics with the `--stats` flag:
66

@@ -20,6 +20,9 @@
2020
└────────┴──────────┴──────────────┴───────────────┴───────────────────┘
2121
```
2222

23+
### 0.3.0.0
24+
25+
- Support configuration files (via `--config`; see `--print-defaults`).
2326
- **BREAKING**: Remove `--otelcol-no-metrics` and `--otelcol-no-traces` flags.
2427
The behaviour of these flags is superceded by the configuration files.
2528

eventlog-live-otelcol/eventlog-live-otelcol.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: eventlog-live-otelcol
3-
version: 0.3.0.0
3+
version: 0.4.0.0
44
synopsis: Stream eventlog data to the OpenTelemetry Collector.
55
description:
66
This executable supports live streaming of eventlog data into

0 commit comments

Comments
 (0)