Skip to content

Commit

Permalink
chore: prepare release (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt authored Oct 19, 2023
1 parent 6371dbb commit 5a7794f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4] - 2023-10-19
### Added
- add `rusoto_rustls` feature https://github.com/ymgyt/tracing-cloudwatch/pull/24

## [0.1.3] - 2023-10-03
### Changed
- update aws-sdk-cloudwatchlogs version from 0.28 to 0.31 https://github.com/ymgyt/tracing-cloudwatch/pull/23
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tracing-cloudwatch"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "MIT"
description = "tracing-subscriber layer that sends your application's tracing events(logs) to AWS CloudWatch Logs"
Expand Down

0 comments on commit 5a7794f

Please sign in to comment.