diff --git a/CHANGELOG.md b/CHANGELOG.md index 3361c559..9060971a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.20.0 + +### Features + +- We have updated the server’s architecture to support multiple protocols, such as JSON and XMPP, thereby enhancing its versatility and compatibility. + ## 0.12.0 ### Features diff --git a/package-lock.json b/package-lock.json index ba8e2abc..8dee096e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sama", - "version": "0.12.0", + "version": "0.20.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 9413e55b..f79f99d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sama", - "version": "0.12.0", + "version": "0.20.0", "description": "Simple but Advanced Messaging Alternative", "main": "index.js", "type": "module",