# Version 2.3.2 - 2023-11-01

Version 2.3.2 of Creditcoin adds support for swapping GATE to CTC as well as several other improvements to error handling on the node itself. We've also extended our automated testing pipelines to encompass more test cases, strengthening our quality assurance for upcoming releases.

Here is a list of the most notable changes

### Creditcoin

* Added extrinsic `collectCoinV2` with support for GATE swaps.
* Added administrative extrinsic for the configuration of GATE swaps.

### CreditcoinJS

* Updated various dependencies for CreditcoinJS and Creditcoin CLI

### Creditcoin CLI

* Add `register-address` and `collect-coins` to the CLI


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.creditcoin.org/cc-enterprise/creditcoin-change-log/version-2.3.2-2023-11-01.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
