diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb4f552885c4..a12467cd4dbba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.23.2 July 29, 2024 + +Contributed: + +- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors)) + + ## 0.23.1 July 13, 2024 Contributed: diff --git a/package.json b/package.json index 93dcc88dcbedb..3545b872649ec 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.2-24-x", + "version": "0.23.2", "versions": { "git": "0.23.2-24-x", "npm": "0.23.1" diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b8347abdb8f37..86fe7b9362d22 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.2-24-x", + "version": "0.23.2", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2",