diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a4593989..29d25ee46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CocoaPods Core Changelog -## Master +## 1.8.0.beta.1 (2019-08-02) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 59c64ddb3..e62c4a361 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - cocoapods-core (1.7.5) + cocoapods-core (1.8.0.beta.1) activesupport (>= 4.0.2, < 6) algoliasearch (~> 1.0) fuzzy_match (~> 2.0.4) @@ -24,7 +24,7 @@ GEM tzinfo (~> 1.1) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - algoliasearch (1.26.0) + algoliasearch (1.26.1) httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) ast (2.3.0) diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index 38ef9d673..b87694459 100644 --- a/lib/cocoapods-core/gem_version.rb +++ b/lib/cocoapods-core/gem_version.rb @@ -1,5 +1,5 @@ module Pod # The version of the cocoapods-core. # - CORE_VERSION = '1.7.5'.freeze unless defined? Pod::CORE_VERSION + CORE_VERSION = '1.8.0.beta.1'.freeze unless defined? Pod::CORE_VERSION end