From 84424df6431fea6dff58ebad57b0a1bf1d19b3b8 Mon Sep 17 00:00:00 2001 From: "Shane L. Duvall" Date: Thu, 15 Feb 2024 10:01:29 -0600 Subject: [PATCH] Updated files to prep for release (#233) * Updated files to prep for release * Fix issue with node update * Update codecov node requirements * Revert "Update codecov node requirements" This reverts commit e3d6a2827e547536f905d47f6ca4fc702eac7bca. --- .github/workflows/tests.yml | 6 +++--- HISTORY.md | 5 +++++ lib/Version.php | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 751f6e0..4c3bf43 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up PHP uses: shivammathur/setup-php@v2 @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install PHP uses: shivammathur/setup-php@v2 @@ -100,7 +100,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up PHP uses: shivammathur/setup-php@v2 diff --git a/HISTORY.md b/HISTORY.md index 0c326bf..8540ab7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +3.8.0 / 2024-02-12 +================== + + * Include support for 8.3 (#231) + 3.7.0 / 2023-09-11 ================== diff --git a/lib/Version.php b/lib/Version.php index 9c5eb4b..a362c6e 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -4,4 +4,4 @@ global $SEGMENT_VERSION; -$SEGMENT_VERSION = '3.7.0'; +$SEGMENT_VERSION = '3.8.0';