> For the complete documentation index, see [llms.txt](https://docs.intuneassistant.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intuneassistant.cloud/changelog/readme-1-1-1.md).

# Release notes v1.26.05

## v1.26.05 ✅ PRODUCTION (v1.26.05)

Highlights for this release of IntuneAssistant.

***

## New

* **Message Center Support Added**
  * You can now access a message center within IntuneAssistant. This makes it easier to receive important updates and communications directly in the platform.
* **Update Action for Assignments**
  * Assignments can now be updated, not just created or deleted. This gives you more flexibility to manage and adjust assignments as needed.

***

## Improved

* **Tenant Addition for Enterprise Customers**
  * The process for adding tenants has been updated to better support enterprise customers. This ensures licenses are managed correctly for larger organizations.

***

## Fixed

* **Group Exclusion Bug**
  * Fixed an issue where it was not possible to exclude groups when targeting all devices. You can now set group exclusions as expected.
* **Migration Check During Updates**
  * Fixed a bug that caused migration checks to fail when updating assignments. Updates now work reliably.
* **Assignment Results Consistency**
  * Improved how assignment results are handled when comparing one-to-many policies. Results are now consistent and accurate.
* **Assignment Update Accuracy**
  * Added stricter checks when updating assignments to ensure the correct assignments are processed.
* **Assignment Existence Checks**
  * Improved checks for assignment existence across all actions, reducing errors and making assignment management more reliable.
* **Duplicate Customer Creation**
  * Fixed an issue where re-onboarding a customer could create duplicate entries. Customer records are now managed correctly.

***

## Technical Notes

* Internal version updates and maintenance tasks were performed as part of this release. No action required from administrators.

***

**Why these changes matter:**\
This release improves reliability and flexibility in managing assignments and tenants. The new message center helps you stay informed, and several bug fixes ensure smoother operation for group exclusions, customer onboarding, and assignment updates.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.intuneassistant.cloud/changelog/readme-1-1-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
