diff --git a/CHANGELOG.md b/CHANGELOG.md index 76029e87..ef4deba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CocoaPods Core Changelog -## Master +## 1.11.0.beta.1 (2021-08-09) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 1b0311ad..95e6c035 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocoapods-core (1.10.2) + cocoapods-core (1.11.0.beta.1) activesupport (>= 5.0, < 7) addressable (~> 2.8) algoliasearch (~> 1.0) @@ -33,9 +33,9 @@ GEM concurrent-ruby (1.1.9) crack (0.4.5) rexml - ethon (0.12.0) - ffi (>= 1.3.0) - ffi (1.14.2) + ethon (0.14.0) + ffi (>= 1.15.0) + ffi (1.15.3) fuzzy_match (2.0.4) hashdiff (1.0.1) httpclient (2.8.3) diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index 46c041ce..bf802f93 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.10.2'.freeze unless defined? Pod::CORE_VERSION + CORE_VERSION = '1.11.0.beta.1'.freeze unless defined? Pod::CORE_VERSION end