diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8ca34a6..79e6d7cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+## [0.1.2](https://github.com/paritytech/asset-transfer-api/compare/v0.1.1..v0.1.2)(2023-09-26)
+
+## Fix
+
+- fix: rococo initialization in the registry ([#297](https://github.com/paritytech/asset-transfer-api/pull/297))
+
+NOTE:
+
+In order to use rococo's asset hub with the `AssetTransferApi` one will need to hardcode the `specName` into the initialization like the following:
+
+```typescript
+new AssetTransferApi(api, `asset-hub-rococo`, xcmVersion);
+```
+
+The reason being, kusama's asset hub and and rococo's asset-hub both share the same specName currently and will cause conflicts. We currently do an overewrite in the registry that the api uses and set the `specName` for rococo's asset hub to be `asset-hub-rococo`. This is on the horizon to get solved on the actual chain itself soon, so this wont be necessary in the coming future.
+
+## Docs
+
+- docs: Fixed typos ([#296](https://github.com/paritytech/asset-transfer-api/pull/296))
+
## [0.1.1](https://github.com/paritytech/asset-transfer-api/compare/v0.1.0..v0.1.1)(2023-09-25)
## Features
diff --git a/docs/classes/AssetTransferApi.AssetTransferApi.html b/docs/classes/AssetTransferApi.AssetTransferApi.html
index 1a844dce..2dc6e6fd 100644
--- a/docs/classes/AssetTransferApi.AssetTransferApi.html
+++ b/docs/classes/AssetTransferApi.AssetTransferApi.html
@@ -1,4 +1,4 @@
-
AssetTransferApi | @substrate/asset-transfer-api - v0.1.1
@@ -21,7 +21,7 @@
Enumeration BaseErrorsEnum
+Defined in errors/BaseError.ts:6
Disabled Option
Disabled Option : "DisabledOption"
@@ -61,7 +61,7 @@
+Defined in errors/BaseError.ts:64
Internal Error
Internal Error : "InternalError"
@@ -69,7 +69,7 @@
+Defined in errors/BaseError.ts:56
Invalid Address
Invalid Address : "InvalidAddress"
@@ -77,7 +77,7 @@
+Defined in errors/BaseError.ts:60
Invalid Asset
Invalid Asset : "InvalidAsset"
@@ -86,7 +86,7 @@
+Defined in errors/BaseError.ts:16
Invalid Direction
Invalid Direction : "InvalidDirection"
@@ -94,7 +94,7 @@
+Defined in errors/BaseError.ts:32
Invalid Input
Invalid Input : "InvalidInput"
@@ -103,7 +103,7 @@
+Defined in errors/BaseError.ts:11
Invalid Multi Location Asset
Invalid Multi Location Asset : "InvalidMultiLocationAsset"
@@ -111,7 +111,7 @@
+Defined in errors/BaseError.ts:36
Invalid Pallet
Invalid Pallet : "InvalidPallet"
@@ -119,7 +119,7 @@
+Defined in errors/BaseError.ts:24
Invalid Xcm Version
Invalid Xcm Version : "InvalidXcmVersion"
@@ -127,7 +127,7 @@
+Defined in errors/BaseError.ts:48
Multiple Non Unique Assets Found
Multiple Non Unique Assets Found : "MultipleNonUniqueAssetsFound"
@@ -135,7 +135,7 @@
+Defined in errors/BaseError.ts:40
Not Implemented
Not Implemented : "NotImplemented"
@@ -143,7 +143,7 @@
+Defined in errors/BaseError.ts:52
Pallet Not Found
Pallet Not Found : "PalletNotFound"
@@ -151,7 +151,7 @@
+Defined in errors/BaseError.ts:28
Registry Not Found
Registry Not Found : "RegistryNotFound"
@@ -159,7 +159,7 @@
+Defined in errors/BaseError.ts:44
@@ -21,7 +21,7 @@
Enumeration Direction
+Defined in types.ts:25
Para To Relay
Para To Relay : "ParaToRelay"
@@ -55,7 +55,7 @@
+Defined in types.ts:45
Para To System
Para To System : "ParaToSystem"
@@ -63,7 +63,7 @@
+Defined in types.ts:49
Relay To Para
Relay To Para : "RelayToPara"
@@ -71,14 +71,15 @@
+
Relay To System
Relay To System : "RelayToSystem"
+Defined in types.ts:53
System To Para
System To Para : "SystemToPara"
@@ -86,7 +87,7 @@
+Defined in types.ts:29
System To Relay
System To Relay : "SystemToRelay"
@@ -94,7 +95,7 @@
+Defined in types.ts:33
System To System
System To System : "SystemToSystem"
@@ -102,7 +103,7 @@
+Defined in types.ts:37
-
@substrate/asset-transfer-api - v0.1.1
+
@substrate/asset-transfer-api - v0.1.2
@substrate/asset-transfer-api
@@ -181,7 +181,7 @@
@@ -25,7 +25,7 @@
Hierarchy
+
Defined in constructApiPromise.ts:12
+
Defined in constructApiPromise.ts:16
safe Xcm Version
safe Xcm Version : number
@@ -54,7 +54,7 @@ safe Xcm Version
+Defined in constructApiPromise.ts:24
spec Name
spec Name : string
@@ -62,7 +62,7 @@
+Defined in constructApiPromise.ts:20
@@ -30,7 +30,7 @@
Hierarchy
+
Defined in types.ts:158
Optional
is Limited
is Limited ?: boolean
@@ -69,7 +69,7 @@
+
Defined in types.ts:186
Optional
keep Alive
keep Alive ?: boolean
@@ -78,7 +78,7 @@
+
Defined in types.ts:213
Optional
pays With Fee Dest
pays With Fee Dest ?: string
@@ -86,7 +86,7 @@
+
Defined in types.ts:176
Optional
pays With Fee Origin
pays With Fee Origin ?: string
@@ -96,7 +96,7 @@
+
Defined in types.ts:172
Optional
senders Addr
senders Addr ?: string
@@ -105,7 +105,7 @@
+
Defined in types.ts:181
Optional
transfer Liquid Token
transfer Liquid Token ?: boolean
@@ -114,7 +114,7 @@
+
Defined in types.ts:218
Optional
weight Limit
weight Limit ?: { Â Â Â Â proofSize ?: string ; Â Â Â Â refTime ?: string ; }
@@ -138,7 +138,7 @@ Optional
+Defined in types.ts:191
Optional
xcm Version
xcm Version ?: number
@@ -147,7 +147,7 @@
+Defined in types.ts:208
@@ -31,7 +31,7 @@
Hierarchy
+
Defined in types.ts:124
direction
@@ -64,7 +64,7 @@
+
Defined in types.ts:144
+
Defined in types.ts:136
+
Defined in types.ts:148
origin
origin : string
@@ -88,7 +88,7 @@
+
Defined in types.ts:132
+Defined in types.ts:152
xcm Version
xcm Version : null | number
@@ -104,7 +104,7 @@
+Defined in types.ts:140
@@ -16,7 +16,7 @@
AssetTransferApi
Module AssetTransferApi
+
Defined in AssetTransferApi.ts:1
Index
@@ -38,7 +38,7 @@ Member Visibility
@@ -16,7 +16,7 @@
constructApiPromise
Module constructApiPromise
+
Defined in constructApiPromise.ts:1
Index
@@ -42,7 +42,7 @@ Member Visibility
@@ -16,7 +16,7 @@
errors/BaseError
Module errors/BaseError
+
Defined in errors/BaseError.ts:1
Index
@@ -38,7 +38,7 @@ Member Visibility
@@ -16,7 +16,7 @@
types
Module types
+
Defined in types.ts:1
Index
@@ -50,7 +50,7 @@ Member Visibility
@@ -26,7 +26,7 @@
Type Parameters
T
+
Defined in types.ts:81
@@ -26,7 +26,7 @@
Type alias Format
+Defined in types.ts:76
@@ -21,7 +21,7 @@
Type alias LocalTransferTypes
+Defined in types.ts:92
@@ -21,7 +21,7 @@
Type alias Methods
+Defined in types.ts:105
Relay to System Parachain.