diff --git a/releases/7.6.5.md b/releases/7.6.5.md new file mode 100644 index 0000000000..5ab1ea4dbc --- /dev/null +++ b/releases/7.6.5.md @@ -0,0 +1,31 @@ +## Arches 7.6.5 Release Notes + +### Bug Fixes and Enhancements + +- Fix Activity Stream id value #[11727](https://github.com/archesproject/arches/issues/11727) + +### Dependency changes: + +``` +Python: + Upgraded: + Django == 4.2.17 (or <5.0.0) +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.5 + + ``` + pip install --upgrade arches==7.6.5 + ``` + +3. If you are running Arches on Apache, restart your server: + ``` + sudo service apache2 reload + ```