## Arches 7.6.9 Release Notes

### Bug Fixes and Enhancements

-   Fix count regression in related resource view [#11912](https://github.com/archesproject/arches/pull/11912)

### Dependency changes:

```
Python:
    Upgraded:
        none
JavaScript:
    Upgraded:
        none
```

### Upgrading Arches

1. Upgrade to version 7.6.0 before proceeding by following the upgrade process in the [Version 7.6.0 release notes](https://github.com/archesproject/arches/blob/dev/7.6.x/releases/7.6.0.md)

2. Upgrade to Arches 7.6.9

    ```
    pip install --upgrade arches==7.6.9
    ```

3. If you are running Arches on Apache, restart your server:
    ```
    sudo service apache2 reload
    ```
