From de51eb531d505c09640ea96aabe26d7cf6054942 Mon Sep 17 00:00:00 2001 From: Julien Loizelet Date: Thu, 13 Jun 2024 09:44:49 +0900 Subject: [PATCH] docs(changelog): Update 6.2.4 description [skip ci] --- .github/workflows/release.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a7b11c..9bba6dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,7 +125,7 @@ jobs: - name: WordPress Plugin Deploy if: github.event.inputs.deploy_to_wordpress == 'true' id: deploy - uses: 10up/action-wordpress-plugin-deploy@2.2.0 + uses: 10up/action-wordpress-plugin-deploy@2.2.2 with: generate-zip: true env: diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e5a96..2a8a4ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fix Redis connection error when using a user and password in DSN +- Fix Redis connection error when using user and password in DSN ---