> ## Documentation Index
> Fetch the complete documentation index at: https://prod-mint.classiq.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 0.96.0

Released on 2025-10-27.

## Upgrade Instructions

* [Python SDK](/getting-started/registration_installations#platform-version-updates)
* The IDE upgrades automatically.

## Enhancements

* We've changed our AWS Braket integration, now AWS credentials consist of an access key ID and a secret access key. For more information, see [AWS Credentials](https://aws.amazon.com/blogs/quantum-computing/setting-up-your-local-development-environment-in-amazon-braket/).
* Added the function `prepare_select` for the definition of structured Linear Combination of Unitaries primitive (LCU) schemes.

## Bug Fixes

* Report assignments into non-numeric variables.
* Fix concatenation operator on single variable not casting to QArray.
* Fix lambda list (`QCallableList`) scoping issue causing a bug when a lambda
  list item is invoked in a different lambda.
* Fix error which caused execution jobs on IonQ to fail if they took more than 5 minutes.
