Skip to content

Commit b3a9773

Browse files
chore(atm0s-reverse-proxy-relayer): release v0.6.1 (#97)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b02a4e0 commit b3a9773

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

bin/relayer/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.6.1](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-relayer-v0.6.0...atm0s-reverse-proxy-relayer-v0.6.1) - 2025-03-03
10+
11+
### Fixed
12+
13+
- tls server recv function shouldn't contain await ([#96](https://github.com/8xFF/atm0s-reverse-proxy/pull/96))
14+
915
## [0.6.0](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-relayer-v0.5.0...atm0s-reverse-proxy-relayer-v0.6.0) - 2025-02-28
1016

1117
### Added

bin/relayer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atm0s-reverse-proxy-relayer"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
description = "Server for atm0s-reverse proxy cluster"
66
license = "MIT"

0 commit comments

Comments
 (0)