From f06a95d687605bf826db9d83b2932a73a57b169f Mon Sep 17 00:00:00 2001 From: James Wilson Date: Thu, 7 Dec 2023 11:03:13 +0000 Subject: [PATCH] Fix CHANGELOG Undo unintentional rename from 0.32.1 to 0.33.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7c33d7f2..8f9f3a5b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -209,7 +209,7 @@ That sums up the most significant changes. A summary of all of the relevant chan - Lightclient: Fix wasm socket closure called after being dropped ([#1289](https://github.com/paritytech/subxt/pull/1289)) - Fix parachain example ([#1228](https://github.com/paritytech/subxt/pull/1228)) -## [0.33.0] - 2023-10-05 +## [0.32.1] - 2023-10-05 This is a patch release, mainly to deploy the fix [#1191](https://github.com/paritytech/subxt/pull/1191), which resolves an issue around codegen when runtime API definitions have an argument name "_".