Skip to content

Commit

Permalink
bump version to v0.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roystchiang committed Oct 15, 2024
1 parent 17b1965 commit 2ffec33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.41.0
v0.41.1
7 changes: 7 additions & 0 deletions docs/releases/v0.41.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## [v0.41.1](https://github.com/aws-observability/aws-otel-collector/tree/v0.41.1) (2024-10-15)

[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.41.0...v0.41.1)

* Fix environment variable substitution syntax in configuration examples (#2866)
2 changes: 1 addition & 1 deletion tools/packaging/windows/aws-otel-collector.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product Id="EBBD8548-75D1-41D3-A402-ABE189F0C167"
UpgradeCode="B7C263DD-95A5-436A-A025-DCA5200C2BE3"
Name="ADOT Collector"
Version="0.41.0"
Version="0.41.1"
Codepage='1252'
Manufacturer="Amazon.com, Inc."
Language="1033">
Expand Down

0 comments on commit 2ffec33

Please sign in to comment.