Arches 7.6.1 Release Notes
--------------------------

### Bug Fixes and Enhancements

- Fixes bug causing the map layer manager to fail if a system uses DEFAULT_PERMISSIONS setting #[115522](https://github.com/archesproject/arches/issues/11522)

### 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.1
    ```
    pip install --upgrade arches==7.6.1
    ```

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