## Arches 7.6.2 Release Notes

### Bug Fixes and Enhancements

-   Fixes bug in which resource relationships fail to appear in visualize mode if using default deny as a non-superuser #[11539](https://github.com/archesproject/arches/pull/11539)

### 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.2

    ```
    pip install --upgrade arches==7.6.2
    ```

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