We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dd835b + 241131d commit e493b42Copy full SHA for e493b42
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.4.2](https://github.com/averichev/fns-api-client/compare/v0.4.1...v0.4.2) - 2024-04-16
10
+
11
+### Fixed
12
+- Дебаг и доработка с учетом таймаута перед получением сообщения по MessageId
13
14
## [0.4.1](https://github.com/averichev/fns-api-client/compare/v0.4.0...v0.4.1) - 2024-04-15
15
16
### Fixed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fns-api-client"
3
-version = "0.4.1"
+version = "0.4.2"
4
edition = "2021"
5
description = "ФНС API клиент"
license = "MIT OR Apache-2.0"
0 commit comments