diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6313ef84..871c974a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+
+## [v0.22.61-rc](https://github.com/sereneblue/chameleon/compare/v0.22.60...v0.22.61-rc) (2024-07-21)
+
+### Bug Fixes
+
+- whitelist and ip rule editor fixes
+- whitelist profile caching
+- whitelist profile spoofing ([#494](https://github.com/sereneblue/chameleon/issues/494))
+- plugins prototype ([#586](https://github.com/sereneblue/chameleon/issues/586))
+
## [v0.22.60-rc](https://github.com/sereneblue/chameleon/compare/v0.22.59...v0.22.60-rc) (2024-07-15)
diff --git a/README.md b/README.md
index 7f4851e6..4e7d8ab2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Chameleon
-![Chameleon version](https://img.shields.io/badge/version-0.22.60-brightgreen.svg)
+![Chameleon version](https://img.shields.io/badge/version-0.22.61-brightgreen.svg)
![GPL v3 License](https://img.shields.io/badge/license-GPL%20v3-blue.svg)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/chameleon/localized.svg)](https://crowdin.com/project/chameleon)
diff --git a/package-lock.json b/package-lock.json
index 9d8f6949..2bcabfb6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "chameleon-ext",
- "version": "0.22.60",
+ "version": "0.22.61",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 51bb6132..6f351320 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "chameleon-ext",
- "version": "0.22.60",
+ "version": "0.22.61",
"description": "Spoof your browser profile. Includes a few privacy enhancing options.",
"author": "sereneblue",
"license": "GPLv3",
diff --git a/src/manifest.json b/src/manifest.json
index 967f47bc..487d53c2 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -2,8 +2,8 @@
"name": "Chameleon",
"description": "__MSG_extDescription__",
"author": "sereneblue",
- "version": "0.22.60.1",
- "version_name": "0.22.60",
+ "version": "0.22.61.1",
+ "version_name": "0.22.61",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {