> ## Documentation Index
> Fetch the complete documentation index at: https://docs.velt.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# July 22 2024

## Versions

* Latest React SDK: [2.0.14](https://www.npmjs.com/package/@veltdev/react)
* Latest Non-React SDK: [2.0.14](https://www.npmjs.com/package/@veltdev/client)
* Latest Types: [2.0.14](https://www.npmjs.com/package/@veltdev/types)

## Added `updateContactList` Method

We have now added a way to update UserContacts from client using the `client.updateContactList(userContact[])` method.

a. By default, it will overwrite the current contact list.

b. To merge with the already present contacts, you may use it with the merge flag: `client.updateContactList(userContact[], {merge:true})`.

This will work for both organization and non-organization structures.
