diff --git a/docs/fieldtypes/fluid.md b/docs/fieldtypes/fluid.md
index d03d72c83..094ce0518 100755
--- a/docs/fieldtypes/fluid.md
+++ b/docs/fieldtypes/fluid.md
@@ -189,6 +189,12 @@ The total number of fields regardless of tag output criteria.
Additionally, the following variable are available **when using custom field groups**:
+### `count_group`
+
+ {fluid_content:count_group}
+
+The "count" of the current field group starting at 1.
+
### `count_in_group`
{fluid_content:count_in_group}
@@ -201,6 +207,12 @@ The "count" out of the fields being displayed in a field group. If five fields a
True, if the current field is the first one in the current field group.
+### `index_group`
+
+ {fluid_content:index_group}
+
+The "index" of the current field group starting at 0.
+
### `index_in_group`
{fluid_content:index_in_group}
diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md
index 9ecb73af1..302600701 100755
--- a/docs/installation/changelog.md
+++ b/docs/installation/changelog.md
@@ -8,6 +8,35 @@
-->
# ExpressionEngine v7 Change Log
+# Version 7.5.5
+(Release: November 20th, 2024)
+
+
+
+**Enhancements** 🚀
+
+- Added Fluid Field variables `count_group` and `index_group` for use with Field Groups [#4594](https://github.com/ExpressionEngine/ExpressionEngine/issues/4594)
+
+**Bug Fixes** 💃🐛
+
+- Resolved [#4336](https://github.com/ExpressionEngine/ExpressionEngine/issues/4336), [#4345](https://github.com/ExpressionEngine/ExpressionEngine/issues/4345) where RTE has CSS issue
+- Resolved [#3384](https://github.com/ExpressionEngine/ExpressionEngine/issues/3384) where Reassign Entries dialog did not populate when deleting a member
+- Resolved [#4451](https://github.com/ExpressionEngine/ExpressionEngine/issues/4451) where "Resend activation email" link was not working correctly
+- Resolved [#4468](https://github.com/ExpressionEngine/ExpressionEngine/issues/4468) where link to list all members in a role was not correct on Roles page
+- Resolved [#4590](https://github.com/ExpressionEngine/ExpressionEngine/issues/4590) where the Channel Calendar tag results could be incorrect
+- Resolved [#4575](https://github.com/ExpressionEngine/ExpressionEngine/issues/4575) where Fluid Field loop variables could be incorrect with individual fields
+- Resolved [#4588](https://github.com/ExpressionEngine/ExpressionEngine/issues/4588) where copying field code would not work when CP session type was set to session only
+- Resolved an issue with deleting a member through modal window
+
# Version 7.5.4
(Release: November 14th, 2024)
@@ -28,9 +57,9 @@ NOTE: **Important:** This version includes important security updates.
- Add additional file upload filter
**Bug Fixes** 💃🐛
-- Resolved [#4583](https://github.com/ExpressionEngine/ExpressionEngine/pull/4592) where cloning an entry moved the revision history to the cloned entry
-- Resolved [#4589](https://github.com/ExpressionEngine/ExpressionEngine/pull/4589) where there was an error removing a field from a Fluid field that was also used in a field group
-- Resolved [#4500](https://github.com/ExpressionEngine/ExpressionEngine/pull/4500) where the "New entry" dropdown was shown even when the limit of entries was reached
+- Resolved [#4583](https://github.com/ExpressionEngine/ExpressionEngine/issues/4583) where cloning an entry moved the revision history to the cloned entry
+- Resolved [#4589](https://github.com/ExpressionEngine/ExpressionEngine/issues/4589) where there was an error removing a field from a Fluid field that was also used in a field group
+- Resolved [#4500](https://github.com/ExpressionEngine/ExpressionEngine/issues/4500) where the "New entry" dropdown was shown even when the limit of entries was reached
- Fix PHP deprecation in the file module
# Version 7.5.3