diff --git a/CHANGELOG.md b/CHANGELOG.md index 93bf2e8f..0dc70daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CocoaPods Core Changelog -## Master +## 1.14.0 (2023-10-26) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 42e14642..f8e98530 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cocoapods-core (1.13.0) + cocoapods-core (1.14.0) activesupport (>= 5.0, < 8) addressable (~> 2.8) algoliasearch (~> 1.0) diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index c15c39da..0d0e6f05 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.13.0'.freeze unless defined? Pod::CORE_VERSION + CORE_VERSION = '1.14.0'.freeze unless defined? Pod::CORE_VERSION end