diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ab405ac..ad520855 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
# Next
+## [10.0.0-beta.1](https://github.com/DenTelezhkin/DTModelStorage/releases/tag/10.0.0-beta.1)
+
### Removed
* `defersDatasourceUpdates` on `MemoryStorage`. This property was deprecated in previous release and is now removed. `MemoryStorage` now always defers updates as if this property was turned on (which was the default).
diff --git a/DTModelStorage.podspec b/DTModelStorage.podspec
index 37d78e74..a979d37c 100644
--- a/DTModelStorage.podspec
+++ b/DTModelStorage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTModelStorage'
- s.version = "9.1.2"
+ s.version = "10.0.0-beta.1"
s.license = 'MIT'
s.summary = 'Storage classes for datasource based controls.'
s.homepage = 'https://github.com/DenTelezhkin/DTModelStorage'
diff --git a/DTModelStorage.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DTModelStorage.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
index 88abe7c3..3f9cbf74 100644
--- a/DTModelStorage.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
+++ b/DTModelStorage.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
@@ -20,7 +20,7 @@
}
},
{
- "package": "realm-cocoa",
+ "package": "Realm",
"repositoryURL": "https://github.com/realm/realm-cocoa",
"state": {
"branch": null,
@@ -29,7 +29,7 @@
}
},
{
- "package": "realm-core",
+ "package": "RealmDatabase",
"repositoryURL": "https://github.com/realm/realm-core",
"state": {
"branch": null,
diff --git a/Supporting files/Framework.plist b/Supporting files/Framework.plist
index 4b5fd4bb..f621d250 100644
--- a/Supporting files/Framework.plist
+++ b/Supporting files/Framework.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 9.1.2
+ 10.0.0-beta.1
CFBundleSignature
????
CFBundleVersion
diff --git a/Supporting files/Info.plist b/Supporting files/Info.plist
index 04ece579..f57cbaaa 100644
--- a/Supporting files/Info.plist
+++ b/Supporting files/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 9.1.2
+ 10.0.0-beta.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/docs/Classes.html b/docs/Classes.html
index 2895e52c..e1e61a0e 100644
--- a/docs/Classes.html
+++ b/docs/Classes.html
@@ -21,7 +21,7 @@