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

# Changelog

> SDK version history and updates

## SDK Versions

<Note>
  This changelog will be updated as new versions of `@oraichain/lfg-client-js`
  are released.
</Note>

### Current Version

Check your installed version:

```bash theme={null}
npm list @oraichain/lfg-client-js
```

### Staying Updated

Install the latest version:

```bash theme={null}
npm update @oraichain/lfg-client-js
```

Or specify a version:

```bash theme={null}
npm install @oraichain/lfg-client-js@latest
```

## Breaking Changes

### Migration Guides

When upgrading between major versions, refer to migration guides for breaking changes and required code updates.

## Release Notes

For detailed release notes, visit the [GitHub Releases](https://github.com/oraichain/lfg-client-js/releases) page.

## Related

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/installation">
    Install or update the SDK
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/oraichain/lfg-client-js">
    View SDK source code
  </Card>
</CardGroup>
