diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f2cd00d..8111bdb5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
# Next
+## [9.0.0-beta.1](https://github.com/DenTelezhkin/DTModelStorage/releases/tag/9.0.0-beta.1)
+
### Added
* `ViewModelMapping.modelCondition` method, that allows to create custom mapping condition, but infers model type from mapping. Behavior of this method is identical to `ModelTransfer.modelCondition` method, except that new method does not require cell or view to implement `ModelTransfer` protocol.
diff --git a/DTModelStorage.podspec b/DTModelStorage.podspec
index fe8a3b44..53b8caca 100644
--- a/DTModelStorage.podspec
+++ b/DTModelStorage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTModelStorage'
- s.version = "8.1.0"
+ s.version = "9.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/Supporting files/Framework.plist b/Supporting files/Framework.plist
index e4370ca6..34acc8b3 100644
--- a/Supporting files/Framework.plist
+++ b/Supporting files/Framework.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 8.1.0
+ 9.0.0-beta.1
CFBundleSignature
????
CFBundleVersion
diff --git a/Supporting files/Info.plist b/Supporting files/Info.plist
index 457dd1a0..20b141d4 100644
--- a/Supporting files/Info.plist
+++ b/Supporting files/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 8.1.0
+ 9.0.0-beta.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/docs/Classes.html b/docs/Classes.html
index c9f6dbda..cd4f3c9e 100644
--- a/docs/Classes.html
+++ b/docs/Classes.html
@@ -21,9 +21,9 @@