diff --git a/NEWS.md b/NEWS.md
index 7f7a24f6..db76b218 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,12 @@
## 8.8.0 - Unreleased
+## 8.7.1 - Released (Ramsons R2 2024 Bug Fix)
+The primary focus of this release was to fix missing interface dependencies
+[Full Changelog](https://github.com/folio-org/mod-finance-storage/compare/v8.7.0...v8.7.1)
+
+### Bug fixes
+* [MODFISTO-508](https://folio-org.atlassian.net/browse/MODFISTO-508) Missing interface dependencies in module descriptor
+
## 8.7.0 - Released (Ramsons R2 2024)
The primary focus of this release was to separate Credited from Expended and improve different calculations
[Full Changelog](https://github.com/folio-org/mod-finance-storage/compare/v8.6.0...v8.7.0)
diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json
index 12ee986c..65606cca 100644
--- a/descriptors/ModuleDescriptor-template.json
+++ b/descriptors/ModuleDescriptor-template.json
@@ -444,6 +444,26 @@
} ]
}
],
+ "requires": [
+ {
+ "id": "configuration",
+ "version": "2.0"
+ },
+ {
+ "id": "users",
+ "version": "16.0"
+ },
+ {
+ "id": "email",
+ "version": "1.0"
+ }
+ ],
+ "optional": [
+ {
+ "id": "orders",
+ "version": "12.0"
+ }
+ ],
"permissionSets" : [
{
"permissionName" : "finance-storage.budgets.collection.get",
diff --git a/pom.xml b/pom.xml
index 447e00f8..4e510a49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
org.folio
mod-finance-storage
- 8.7.1-SNAPSHOT
+ 8.7.2-SNAPSHOT
jar