From 8b5f489b8697a8a3078501252510d8bab5741265 Mon Sep 17 00:00:00 2001 From: Dimitris Koutsogiorgas Date: Mon, 23 Sep 2019 11:10:29 -0700 Subject: [PATCH] Release 1.8.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 6 +++--- lib/cocoapods-core/gem_version.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4879270c..e2d4e3137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CocoaPods Core Changelog -## Master +## 1.8.0 (2019-09-23) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 48c11b8cd..acf3edcfe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - cocoapods-core (1.8.0.beta.2) + cocoapods-core (1.8.0) activesupport (>= 4.0.2, < 6) algoliasearch (~> 1.0) concurrent-ruby (~> 1.0) @@ -25,7 +25,7 @@ GEM tzinfo (~> 1.1) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - algoliasearch (1.26.1) + algoliasearch (1.27.0) httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) ast (2.3.0) @@ -53,7 +53,7 @@ GEM rb-kqueue (>= 0.2) metaclass (0.0.4) method_source (0.8.2) - minitest (5.11.3) + minitest (5.12.0) mocha (1.2.1) metaclass (~> 0.0.1) mocha-on-bacon (0.2.3) diff --git a/lib/cocoapods-core/gem_version.rb b/lib/cocoapods-core/gem_version.rb index 4e652b670..b91617be0 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.8.0.beta.2'.freeze unless defined? Pod::CORE_VERSION + CORE_VERSION = '1.8.0'.freeze unless defined? Pod::CORE_VERSION end