diff --git a/CHANGELOG.md b/CHANGELOG.md index 108cb6a7dc..35c227d729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# Web3API 0.0.1-prealpha.43 +## Features +* `@web3api/client-js`: Added the `client.subscribe(...)` method, enabling users to easily send queries at a specified frequency. + +## Bugs +* `@web3api/tracing-js`: Replaced the `util-inspect` dependency with a browser compatible one. + # Web3API 0.0.1-prealpha.42 ## Bugs * `@web3api/schema-parse`: Removed unnecessary sanitization for imported methods without any arguments. diff --git a/VERSION b/VERSION index 79e7320abe..1ba059a174 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1-prealpha.42 \ No newline at end of file +0.0.1-prealpha.43 \ No newline at end of file