diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f27c693..1464717f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,30 @@
* None.
+## 0.7.3 Release notes (2017-07-16)
+
+##### Breaking
+
+* None.
+
+##### Enhancements
+
+* None.
+
+##### Bug Fixes
+
+* Clear cached merged cell size after reloading.
+ [#85](https://github.com/kishikawakatsumi/SpreadsheetView/pull/85)
+
+* Fix an issue that may crash when paging is enabled.
+ [#96](https://github.com/kishikawakatsumi/SpreadsheetView/pull/96)
+
+* Fix Swift 4 compilation error.
+ [#98](https://github.com/kishikawakatsumi/SpreadsheetView/pull/98)
+
+* Fix an issue that an app crashes if spreadsheet view with UINavigationController on iOS 11.
+ [#90](https://github.com/kishikawakatsumi/SpreadsheetView/pull/90)
+
## 0.7.2 Release notes (2017-06-03)
##### Breaking
diff --git a/Framework/Sources/Info.plist b/Framework/Sources/Info.plist
index d19cce1c..d4605571 100644
--- a/Framework/Sources/Info.plist
+++ b/Framework/Sources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.7.2
+ 0.7.3
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/SpreadsheetView.podspec b/SpreadsheetView.podspec
index 61f3a063..a22d42e7 100644
--- a/SpreadsheetView.podspec
+++ b/SpreadsheetView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SpreadsheetView'
- s.version = '0.7.2'
+ s.version = '0.7.3'
s.summary = 'Full configurable spreadsheet view user interfaces for iOS applications.'
s.description = <<-DESC
Full configurable spreadsheet view user interfaces for iOS applications. With this framework,