diff --git a/Bolts.podspec b/Bolts.podspec index 88d24ed2f0cb5fb809c7e8aab595496ddb9144ff..cf74115419fde895ef9a9d33c2e5d10418863bed 100644 --- a/Bolts.podspec +++ b/Bolts.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Bolts' - s.version = '1.8.3' + s.version = '1.8.4' s.summary = 'Bolts is a collection of low-level libraries designed to make developing mobile apps easier.' s.description = <<-DESC Bolts was designed by Parse and Facebook for our own internal use, and we have decided to open source these libraries to make them available to others. Using these libraries does not require using any Parse services. Nor do they require having a Parse or Facebook developer account. diff --git a/Bolts/Common/Bolts.m b/Bolts/Common/Bolts.m index 80e906239c6bc1be5692880c047302334aa0c0c3..54a88ac68db301aeeb3160db2d6ea12d16c80de0 100644 --- a/Bolts/Common/Bolts.m +++ b/Bolts/Common/Bolts.m @@ -12,6 +12,6 @@ NS_ASSUME_NONNULL_BEGIN -NSString *const BoltsFrameworkVersionString = @"1.8.3"; +NSString *const BoltsFrameworkVersionString = @"1.8.4"; NS_ASSUME_NONNULL_END diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d66233a6134bad279829ceb89174f8c26aba05..5fdf4214fa4e2dd25aedecd533b8e23defba600b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Bolts CHANGELOG +## 1.8.4 + +**Fixed** +- Fix potential breaking change related to dynamic library compatibility version. + [#270](https://github.com/BoltsFramework/Bolts-ObjC/pull/270) + by [Nikita Lutsenko](https://github.com/nlutsenko) + ## 1.8.3 **Fixed** diff --git a/Configurations/Version.xcconfig b/Configurations/Version.xcconfig index f315cfca0210169acd2367e9c43a39fc7749015f..bb8559570d3e3a4a180f8edc65be904f26fe89bb 100644 --- a/Configurations/Version.xcconfig +++ b/Configurations/Version.xcconfig @@ -7,4 +7,4 @@ // of patent rights can be found in the PATENTS file in the same directory. // -BOLTS_OBJC_VERSION = 1.8.3 +BOLTS_OBJC_VERSION = 1.8.4