From 0c91ad94aedbdd31f6a0220cbe640a624ffddb79 Mon Sep 17 00:00:00 2001 From: Ryan Marks Date: Fri, 17 Dec 2021 16:06:03 -0600 Subject: [PATCH] Release 2.6.5 (#2290) --- CHANGELOG.md | 2 +- composer.lock | 22 +++++++++++----------- config/constants.yml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c473fe56..631274191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org) -## 2.6.5-dev +## 2.6.5 2021-12-17 - Change env:wake to use https on the platform domain (#2287) ## 2.6.4 2021-12-06 diff --git a/composer.lock b/composer.lock index ee1964ba4..559f3fb97 100644 --- a/composer.lock +++ b/composer.lock @@ -734,16 +734,16 @@ }, { "name": "consolidation/self-update", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/consolidation/self-update.git", - "reference": "7b9223bdfc1b23ab93489b580382accb6f0411b6" + "reference": "74289cf9b37d5cf84321ebea47deeea21678b940" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/self-update/zipball/7b9223bdfc1b23ab93489b580382accb6f0411b6", - "reference": "7b9223bdfc1b23ab93489b580382accb6f0411b6", + "url": "https://api.github.com/repos/consolidation/self-update/zipball/74289cf9b37d5cf84321ebea47deeea21678b940", + "reference": "74289cf9b37d5cf84321ebea47deeea21678b940", "shasum": "" }, "require": { @@ -783,9 +783,9 @@ "description": "Provides a self:update command for Symfony Console applications.", "support": { "issues": "https://github.com/consolidation/self-update/issues", - "source": "https://github.com/consolidation/self-update/tree/2.0.1" + "source": "https://github.com/consolidation/self-update/tree/2.0.2" }, - "time": "2021-12-03T23:57:36+00:00" + "time": "2021-12-17T16:45:58+00:00" }, { "name": "container-interop/container-interop", @@ -4388,16 +4388,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.6.1", + "version": "3.6.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e" + "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f268ca40d54617c6e06757f83f699775c9b3ff2e", - "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", + "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a", "shasum": "" }, "require": { @@ -4440,7 +4440,7 @@ "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, - "time": "2021-10-11T04:00:11+00:00" + "time": "2021-12-12T21:44:58+00:00" }, { "name": "symfony/config", diff --git a/config/constants.yml b/config/constants.yml index 9a3d85f1d..bf8fb3ec0 100644 --- a/config/constants.yml +++ b/config/constants.yml @@ -7,7 +7,7 @@ --- # App -TERMINUS_VERSION: '2.6.4' +TERMINUS_VERSION: '2.6.5' # Connectivity TERMINUS_HOST: 'terminus.pantheon.io'