diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e47ade9..207b2d34 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.2.1](https://github.com/DenTelezhkin/DTModelStorage/releases/tag/7.2.1) + * Make `enqueueDatasourceUpdate` method and `enqueuedDatasourceUpdates` property public to allow building custom storages that defer datasource updates. ## [7.2.0](https://github.com/DenTelezhkin/DTModelStorage/releases/tag/7.2.0) diff --git a/DTModelStorage.podspec b/DTModelStorage.podspec index 4101f061..00035064 100644 --- a/DTModelStorage.podspec +++ b/DTModelStorage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DTModelStorage' - s.version = "7.2.0" + s.version = "7.2.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 a56f9f4d..60103569 100644 --- a/Supporting files/Framework.plist +++ b/Supporting files/Framework.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 7.2.0 + 7.2.1 CFBundleSignature ???? CFBundleVersion diff --git a/Supporting files/Info.plist b/Supporting files/Info.plist index 264b375f..9420bf82 100644 --- a/Supporting files/Info.plist +++ b/Supporting files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 7.2.0 + 7.2.1 CFBundleVersion $(CURRENT_PROJECT_VERSION)