diff --git a/CHANGELOG.md b/CHANGELOG.md index 897e200..8a2ff18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### 0.2.2 + +add French, Japanese, Italian, Portuguese, Portuguese (Brazil) and Ukrainian translations + + ### 0.2.1 Add German, Greek and French translations diff --git a/plugin.json b/plugin.json index 073efef..fa14a35 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "PasswordVerifier", "description": "Reject insecure passwords by searching for their hash in the haveibeenpwned.com database", - "version": "0.2.1", + "version": "0.2.2", "theme": false, "require": { "matomo": ">=4.0.0-b1,<5.0.0-b1"