diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5eae97..fd29a2d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
# Next
+## [7.1.1](https://github.com/DenTelezhkin/DTCollectionViewManager/releases/tag/7.1.1)
+
Note: This is backwards-compatibility release, it only fixes build issue with Xcode 12.5. For future development please consider migrating to DTCollectionViewManager 8.
### Fixed
diff --git a/DTCollectionViewManager.podspec b/DTCollectionViewManager.podspec
index 0d6d157..6418021 100644
--- a/DTCollectionViewManager.podspec
+++ b/DTCollectionViewManager.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTCollectionViewManager'
- s.version = "7.1.0"
+ s.version = "7.1.1"
s.license = 'MIT'
s.summary = 'Protocol-oriented UICollectionView management, powered by generics and associated types.'
s.homepage = 'https://github.com/DenTelezhkin/DTCollectionViewManager'
diff --git a/Supporting files/Framework.plist b/Supporting files/Framework.plist
index 74b7a12..96e313b 100644
--- a/Supporting files/Framework.plist
+++ b/Supporting files/Framework.plist
@@ -15,7 +15,7 @@