diff --git a/.github/.keepalive b/.github/.keepalive
index ee99456..39a73a5 100644
--- a/.github/.keepalive
+++ b/.github/.keepalive
@@ -1 +1 @@
-2024-06-01T01:39:38.051Z
+2024-07-01T01:34:44.767Z
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index ad3a3e0..b1d4bb8 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -94,6 +94,10 @@ jobs:
# Replace branch in README.md link definitions for badges with the new version:
find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
+ # Rewrite CHANGELOG.md to replace "Unreleased" with the new version:
+ sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md
+ sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md
+
# Create a new commit and tag:
git add package.json README.md
git commit -m "Release v${NEW_VERSION}"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98faa22..16c2e19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,4 +2,37 @@
> Package changelog.
-See [GitHub Releases](https://github.com/stdlib-js/assert-is-nan/releases) for the changelog.
\ No newline at end of file
+
+
+## Unreleased (2024-07-01)
+
+
+
+### Commits
+
+
+
+- [`a591e05`](https://github.com/stdlib-js/stdlib/commit/a591e052cf1b1515c267781b914c6a482e150425) - **test:** fix test configuration _(by Athan Reines)_
+
+
+
+
+
+
+
+
+
+### Contributors
+
+A total of 1 person contributed to this release. Thank you to this contributor:
+
+- Athan Reines
+
+
+
+
+
+
+
+
+
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index a44d7ac..7ec15a7 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -63,6 +63,7 @@ Pushpendra Chandravanshi
Raunak Kumar Gupta
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
Ricky Reusser
+Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
Robert Gislason
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
Rutam <138517416+performant23@users.noreply.github.com>
@@ -75,7 +76,7 @@ Shraddheya Shendre
Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
Shubham Mishra
Sivam Das <100067002+Sivam2313@users.noreply.github.com>
-Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
+Snehil Shah
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
Spandan Barve
Stephannie Jiménez Gacha