diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51e26c4..72dad40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
# Next
+## [6.4.0](https://github.com/DenHeadless/DTCollectionViewManager/releases/tag/6.4.0)
+
* Support for Xcode 10 and Swift 4.2
## [6.3.0](https://github.com/DenHeadless/DTCollectionViewManager/releases/tag/6.3.0)
diff --git a/Cartfile b/Cartfile
index 5b36e0c..967bbcb 100644
--- a/Cartfile
+++ b/Cartfile
@@ -1 +1 @@
-github "DenHeadless/DTModelStorage" "master"
+github "DenHeadless/DTModelStorage" "~> 7.2"
diff --git a/DTCollectionViewManager.podspec b/DTCollectionViewManager.podspec
index 273a1f2..34cb555 100644
--- a/DTCollectionViewManager.podspec
+++ b/DTCollectionViewManager.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTCollectionViewManager'
- s.version = "6.3.0"
+ s.version = "6.4.0"
s.license = 'MIT'
s.summary = 'Protocol-oriented UICollectionView management, powered by generics and associated types.'
s.homepage = 'https://github.com/DenHeadless/DTCollectionViewManager'
diff --git a/Supporting files/Framework.plist b/Supporting files/Framework.plist
index 72b84bf..ba8c940 100644
--- a/Supporting files/Framework.plist
+++ b/Supporting files/Framework.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 6.3.0
+ 6.4.0
CFBundleSignature
????
CFBundleVersion
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 1c64125..c33c350 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -88,7 +88,7 @@ lane :release do |params|
sh "bundle exec pod trunk push DTCollectionViewManager.podspec --allow-warnings"
puts "Preparing Carthage binary framework."
- sh "carthage build --no-skip-current"
+ sh "carthage build --no-skip-current --platform iOS,tvOS"
sh "carthage archive DTCollectionViewManager"
puts "Pushing as a GitHub Release."