diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ce29c109..57927b955 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@ This file is a running track of new features and fixes to each version of the pa
This project follows [Semantic Versioning](http://semver.org) guidelines.
+## v1.1.1
+### Fixed
+* Fixes allocation permissions checking on the frontend checking the wrong permission therefore leading to the item never showing up.
+
## v1.1.0
This release **requires** `Wings@1.1.0` in order to work properly due to breaking internal API changes.
diff --git a/resources/scripts/components/server/network/AllocationRow.tsx b/resources/scripts/components/server/network/AllocationRow.tsx
index 5eec25277..d9459493e 100644
--- a/resources/scripts/components/server/network/AllocationRow.tsx
+++ b/resources/scripts/components/server/network/AllocationRow.tsx
@@ -89,10 +89,10 @@ const AllocationRow = ({ allocation }: Props) => {
Primary
:
<>
-
+
-
+