diff --git a/Frends.Regex.Replace/CHANGELOG.md b/Frends.Regex.Replace/CHANGELOG.md
index 56678bd..5ab252a 100644
--- a/Frends.Regex.Replace/CHANGELOG.md
+++ b/Frends.Regex.Replace/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## [1.1.0] - 2024-09-11
+### Update
+- [Breaking] Parameter structure has been changed from the version that has been released to NuGet feeds.
+- Needed to increase the version number to fix the issue with .Net8 targeted processes not finding correct namespace.
+
## [1.0.1] - 2023-06-13
### Changed
- Documentation updates.
diff --git a/Frends.Regex.Replace/Frends.Regex.Replace/Frends.Regex.Replace.csproj b/Frends.Regex.Replace/Frends.Regex.Replace/Frends.Regex.Replace.csproj
index ec82ea8..4ab48c5 100644
--- a/Frends.Regex.Replace/Frends.Regex.Replace/Frends.Regex.Replace.csproj
+++ b/Frends.Regex.Replace/Frends.Regex.Replace/Frends.Regex.Replace.csproj
@@ -9,7 +9,7 @@
true
Frends
true
- 1.0.1
+ 1.1.0
Task for replacing parts of string input using Regex.
https://github.com/FrendsPlatform/Frends.Regex/tree/main/Frends.Regex.Replace