diff --git a/CHANGELOG.md b/CHANGELOG.md
index 688d730e73..ec2dcc2688 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@ The following changes are pending, and will be applied on the next major release
 
 ## Unreleased changes
 
+## [2.1.0](https://github.com/inrupt/solid-client-js/releases/tag/v2.1.0) - 2024-08-27
+
 ### New Features
 
 - Node 22 is now supported
diff --git a/package-lock.json b/package-lock.json
index 440fb80215..7f312d007f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@inrupt/solid-client",
-  "version": "2.0.1",
+  "version": "2.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@inrupt/solid-client",
-      "version": "2.0.1",
+      "version": "2.1.0",
       "license": "MIT",
       "dependencies": {
         "@inrupt/solid-client-errors": "^0.0.1",
diff --git a/package.json b/package.json
index 0cf93de3a7..58db93897c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@inrupt/solid-client",
   "description": "Make your web apps work with Solid Pods.",
-  "version": "2.0.1",
+  "version": "2.1.0",
   "license": "MIT",
   "scripts": {
     "build": "rollup --config rollup.config.mjs",
diff --git a/src/resource/solidDataset.ts b/src/resource/solidDataset.ts
index 267c9a9bb0..3fa338f05e 100644
--- a/src/resource/solidDataset.ts
+++ b/src/resource/solidDataset.ts
@@ -828,7 +828,7 @@ export function getContainedResourceUrlAll(
  *
  * @param solidDataset The container from which containment claims are validated.
  * @returns A validation report, including the offending contained resources URL if any.
- * @since unreleased
+ * @since 1.30.1
  */
 export function validateContainedResourceAll(
   solidDataset: SolidDataset & WithResourceInfo,