diff --git a/BFKit.podspec b/BFKit.podspec index 44d0abe..eaf7e0e 100644 --- a/BFKit.podspec +++ b/BFKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BFKit" - s.version = "1.11.1" + s.version = "2.0.0" s.summary = "BFKit is a collection of useful classes to develop Apps faster" s.homepage = "https://github.com/FabrizioBrancati/BFKit" s.screenshots = "http://github.fabriziobrancati.com/bfkit/resources/screenshot-objc.png" @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.platform = :ios, "7.0" s.source = { :git => "https://github.com/FabrizioBrancati/BFKit.git", - :tag => "v1.11.1" + :tag => "v2.0.0" } s.source_files = "Source/**/*.{h,m}" s.resources = "Source/Languages/**" diff --git a/BFKit/BFKit/Info.plist b/BFKit/BFKit/Info.plist index 58d8cda..7e7479f 100644 --- a/BFKit/BFKit/Info.plist +++ b/BFKit/BFKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.11.1 + 2.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/BFKitDemo/BFKitDemo/BFKitDemo-Info.plist b/BFKitDemo/BFKitDemo/BFKitDemo-Info.plist index ec96f56..a320bb3 100644 --- a/BFKitDemo/BFKitDemo/BFKitDemo-Info.plist +++ b/BFKitDemo/BFKitDemo/BFKitDemo-Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.11.1 + 2.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/CHANGELOG.md b/CHANGELOG.md index 547b15b..ae8ad4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file.
--- +### 2.x Releases +- `2.0.x` Releases - [2.0.0](#200) + ### 1.x Releases - `1.11.x` Releases - [1.11.0](#1110) | [1.11.1](#1111) - `1.10.x` Releases - [1.10.0](#1100) @@ -24,6 +27,17 @@ All notable changes to this project will be documented in this file.
--- +## [2.0.0](https://github.com/FabrizioBrancati/BFKit/releases/tag/v2.0.0) +### 16 Oct 2019 +#### Changed +- Renaming `isValid` to `isObjectValid` to avoid conflicts with other libraries [#39](https://github.com/FabrizioBrancati/BFKit/issues/39) + +#### Added +- Added support to Objective-C++ projects [#37](https://github.com/FabrizioBrancati/BFKit/pull/37) + +Thanks to [@ramonvic](https://github.com/ramonvic) and [tony-hoang999](https://github.com/tony-hoang999) for this release + + ## [1.11.1](https://github.com/FabrizioBrancati/BFKit/releases/tag/v1.11.1) ### 16 Oct 2019 #### Added