diff --git a/CHANGELOG.md b/CHANGELOG.md index 355a833a7..0205430f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [6.3.0](https://github.com/zucchero-sintattico/piper-kt/compare/v6.2.0...v6.3.0) (2024-05-10) + + +### Features + +* **server-service:** add all server endpoints api responses and implemented owner leaving a server management ([435b94f](https://github.com/zucchero-sintattico/piper-kt/commit/435b94faba26ea0a9f1403fa85105657002e7b70)) +* **server-service:** add first endpoint specification ([9f5c31c](https://github.com/zucchero-sintattico/piper-kt/commit/9f5c31ce1e6742af43ef7d044f0c6cb144205f8c)) +* **server-service:** add swagger ([91ac577](https://github.com/zucchero-sintattico/piper-kt/commit/91ac5779829b669fa7e2ee0e25b427a5a74d609d)) + ## [6.2.0](https://github.com/zucchero-sintattico/piper-kt/compare/v6.1.0...v6.2.0) (2024-05-10) diff --git a/package-lock.json b/package-lock.json index c1dfc219d..c2d117125 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piper-kt", - "version": "6.2.0", + "version": "6.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "piper-kt", - "version": "6.2.0", + "version": "6.3.0", "license": "GPL-3.0-or-later", "devDependencies": { "semantic-release-preconfigured-conventional-commits": "latest" diff --git a/package.json b/package.json index 01eb074e9..89a27e026 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piper-kt", - "version": "6.2.0", + "version": "6.3.0", "description": "A microservice chat app, kotlin based.", "main": "index.js", "scripts": {