Skip to content

Commit 5a7794f

Browse files
authored
chore: prepare release (#25)
1 parent 6371dbb commit 5a7794f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.4] - 2023-10-19
10+
### Added
11+
- add `rusoto_rustls` feature https://github.com/ymgyt/tracing-cloudwatch/pull/24
12+
913
## [0.1.3] - 2023-10-03
1014
### Changed
1115
- update aws-sdk-cloudwatchlogs version from 0.28 to 0.31 https://github.com/ymgyt/tracing-cloudwatch/pull/23

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracing-cloudwatch"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
license = "MIT"
66
description = "tracing-subscriber layer that sends your application's tracing events(logs) to AWS CloudWatch Logs"

0 commit comments

Comments
 (0)