diff --git a/CHANGELOG.md b/CHANGELOG.md
index c65306fb..1c7281cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## [6.0.4] - xxxxxx
+## [6.1.0] - 2026-03-17
🛠️ Fix: `natspec` rule no longer flags unnamed parameters, which Solidity prohibits documenting with @param (#749)
🛠️ Fix: `natspec` rule and `import-path-check` rules related issues (#750)
@@ -9,11 +9,15 @@
🧱 Enhancement: added `pluginPaths` config option for resolving plugins from custom locations.
-Supports editor integrations y external project setups. Failed plugins emit warnings instead of crashing (#751)
+Supports editor integrations and external project setups. Failed plugins emit warnings instead of crashing (#751)
🧹 Chore: bump ajv to 8.18.0
+🧹 Chore: bump minimatch to 10.2.4
+
+🧹 Chore: bump loadash to 4.17.23
+
🧹 Chore: update LICENSE copyright year to 2026 (thanks xiaobei0715!!) (#745)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index fb8f8a7d..a04b948b 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,5 +1,5 @@
FROM node:20-alpine
LABEL maintainer="diego.bale@protofire.io"
-ENV VERSION=6.0.3
+ENV VERSION=6.1.0
RUN npm install -g solhint@"$VERSION"
\ No newline at end of file
diff --git a/package.json b/package.json
index 719c1a27..d340cb01 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "solhint",
- "version": "6.0.3",
+ "version": "6.1.0",
"description": "Solidity Code Linter",
"main": "lib/index.js",
"keywords": [