diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f43233..b6d4e14a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,11 @@ # Changelog -## ??? (Unreleased yet) +## 7.1.0 ### Minor changes and fixes -* Translations are now made using Weblate. This requires some technical changes, but there is no functional differences. - -TODO: update the documentation +* Translations are now made using [Weblate](https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat/). This requires some technical changes, but there is no functional differences. +* Translation updates. ## 7.0.2 diff --git a/package-lock.json b/package-lock.json index 450afd9e..ee89dee5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "peertube-plugin-livechat", - "version": "7.0.2", + "version": "7.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "peertube-plugin-livechat", - "version": "7.0.2", + "version": "7.1.0", "license": "AGPL-3.0", "dependencies": { "async": "^3.2.2", diff --git a/package.json b/package.json index e04ba865..c65b7ea9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube-plugin-livechat", "description": "PeerTube plugin livechat: offers a way to embed a chat system into Peertube.", - "version": "7.0.2", + "version": "7.1.0", "license": "AGPL-3.0", "author": { "name": "John Livingston",