diff --git a/CHANGELOG.md b/CHANGELOG.md
index 405766185..a8dc33fb0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Nothing yet.
+## [4.1.2] - 2024-06-26
+
+### Fixed
+
+- Fixed messages sent in duplicate.
+
## [4.1.1] - 2024-06-11
### Fixed
@@ -181,7 +187,8 @@ Nothing yet.
- Final V1 release.
-[unreleased]: https://github.com/Logitar/Portal/compare/v4.1.1...HEAD
+[unreleased]: https://github.com/Logitar/Portal/compare/v4.1.2...HEAD
+[4.1.2]: https://github.com/Logitar/Portal/compare/v4.1.1...v4.1.2
[4.1.1]: https://github.com/Logitar/Portal/compare/v4.1.0...v4.1.1
[4.1.0]: https://github.com/Logitar/Portal/compare/v4.0.1...v4.1.0
[4.0.1]: https://github.com/Logitar/Portal/compare/v4.0.0...v4.0.1
diff --git a/backend/src/Logitar.Portal.Application/Logitar.Portal.Application.csproj b/backend/src/Logitar.Portal.Application/Logitar.Portal.Application.csproj
index db44ac664..86e0d9ef2 100644
--- a/backend/src/Logitar.Portal.Application/Logitar.Portal.Application.csproj
+++ b/backend/src/Logitar.Portal.Application/Logitar.Portal.Application.csproj
@@ -15,14 +15,14 @@
README.md
https://github.com/Logitar/Portal
git
- 4.1.1.0
+ 4.1.2.0
$(AssemblyVersion)
LICENSE
True
- 4.1.1
+ 4.1.2
en-CA
False
- Updated NuGet packages and fixed Twilio sender replacement.
+ Fixed messages sent in duplicate.
logitar;portal;application;core;logic
https://github.com/Logitar/Portal/tree/main/backend/src/Logitar.Portal.Application
diff --git a/backend/src/Logitar.Portal.Infrastructure/Logitar.Portal.Infrastructure.csproj b/backend/src/Logitar.Portal.Infrastructure/Logitar.Portal.Infrastructure.csproj
index 899f2796b..8ba55089b 100644
--- a/backend/src/Logitar.Portal.Infrastructure/Logitar.Portal.Infrastructure.csproj
+++ b/backend/src/Logitar.Portal.Infrastructure/Logitar.Portal.Infrastructure.csproj
@@ -15,14 +15,14 @@
README.md
https://github.com/Logitar/Portal
git
- 4.1.0.0
+ 4.1.2.0
$(AssemblyVersion)
LICENSE
True
- 4.1.0
+ 4.1.2
en-CA
False
- Implemented SMS messages.
+ Fixed messages sent in duplicate.
logitar;portal;infrastructure;logic;caching;email
https://github.com/Logitar/Portal/tree/main/backend/src/Logitar.Portal.Infrastructure