diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index bcd0522..5d02000 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "0.6.0"
+  ".": "0.6.1"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22b7acd..9da8d50 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
 # Changelog
 
+## [0.6.1](https://github.com/opzkit/nodeamqp/compare/v0.6.0...v0.6.1) (2025-02-10)
+
+
+### Miscellaneous Chores
+
+* **deps-dev:** bump @babel/core from 7.26.0 to 7.26.7 ([967c647](https://github.com/opzkit/nodeamqp/commit/967c647304d54994cfd8154e9f4027512441dbd5))
+* **deps-dev:** bump @babel/preset-env from 7.26.0 to 7.26.7 ([29bc9f3](https://github.com/opzkit/nodeamqp/commit/29bc9f3fa60a5cb7132cfa445c8c9da2a9f5beb6))
+* **deps-dev:** bump @babel/preset-env from 7.26.7 to 7.26.8 ([4f924eb](https://github.com/opzkit/nodeamqp/commit/4f924eb49ee09a6c4482c38c9753582ba12c5ab5))
+* **deps-dev:** bump @types/node from 22.10.10 to 22.12.0 ([6bb26ec](https://github.com/opzkit/nodeamqp/commit/6bb26ece36f9023009701b87fd443033ec055c90))
+* **deps-dev:** bump @types/node from 22.10.5 to 22.10.6 ([8dfb5da](https://github.com/opzkit/nodeamqp/commit/8dfb5da43fe2f55ad1538bdc275bf35cdc29cc4b))
+* **deps-dev:** bump @types/node from 22.10.6 to 22.10.7 ([2c67316](https://github.com/opzkit/nodeamqp/commit/2c67316921d1e602b304cdfc870121ad8e51804f))
+* **deps-dev:** bump @types/node from 22.10.7 to 22.10.10 ([40470ef](https://github.com/opzkit/nodeamqp/commit/40470ef8d526c5a24f8652c0d0ecf0b5c8ab091f))
+* **deps-dev:** bump @types/node from 22.12.0 to 22.13.0 ([d84f326](https://github.com/opzkit/nodeamqp/commit/d84f3264d381e3b0bd39944d7547a1b9693e5276))
+* **deps-dev:** bump @types/node from 22.13.0 to 22.13.1 ([60c172b](https://github.com/opzkit/nodeamqp/commit/60c172b4fe414a71ebe60b85a2fd0ac508422ab3))
+
 ## [0.6.0](https://github.com/opzkit/nodeamqp/compare/v0.5.1...v0.6.0) (2025-01-14)
 
 
diff --git a/package.json b/package.json
index 9d8ed73..a5af668 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@opzkit/nodeamqp",
   "homepage": "https://github.com/opzkit/nodeamqp",
-  "version": "0.6.0",
+  "version": "0.6.1",
   "description": "An opinionated AMQP library for NodeJS",
   "repository": {
     "type": "git",