Skip to content

Commit 47c9935

Browse files
committed
Update changelog, do a point release
Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent 36be75c commit 47c9935

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [0.23.1]
10+
### Fixed
11+
- Fixes a panic in the signal mechanism that appeared when using the file
12+
generator most prominately.
13+
914
## [0.23.0]
1015
### Added
1116
- Added ability to create tags for both expvar and prometheus target metrics specific to a single target_metrics configuration (example below shows prometheus metrics collected from the core agent and two additional tags created)
1217
```yaml
13-
target_metrics:
18+
target_metrics:
1419
- prometheus: #core agent telemetry
1520
uri: "http://127.0.0.1:5000/telemetry"
1621
tags:

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lading/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lading"
3-
version = "0.23.0"
3+
version = "0.23.1"
44
authors = [
55
"Brian L. Troutwine <[email protected]>",
66
"George Hahn <[email protected]>",

0 commit comments

Comments
 (0)