- Binaries updated to `1.34.2`;
- Changes `1.34.0` (https://github.com/tonlabs/ever-sdk/blob/master/CHANGELOG.md#1340--2022-05-18);
- Changes `1.34.1` (https://github.com/tonlabs/ever-sdk/blob/master/CHANGELOG.md#1341--2022-05-26);
- Changes `1.34.2` (https://github.com/tonlabs/ever-sdk/blob/master/CHANGELOG.md#1342--2022-05-30);
**Breaking changes**
- `client.config` changed from instance attribute to method, now should call `client.config()` or `await client.config()`
- `AppDebotBrowser.perform_invoke_debot` method signature changed.
Now it accepts `config: ClientConfig` instead of `client: TonClient`