# 09/02/2023: Minor release

## 🔧 Fixes

1. Send over all negative balance adjustments in the toggle event bridge, not just redemptions. This is so that the `has_value` can be set correctly in Airship for cards with expiry transactions
2. Added the `discard_invalid_data` rule to the toggle->airship databridge to stop it throwing errors
3. Fixed bug where new team member page doesn't reset the form after adding a user.


---

# 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://changelog.usetoggle.com/february-2023/09-02-2023-minor-release.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.
