diff --git a/CHANGELOG.md b/CHANGELOG.md
index fcde714..aa7bcac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 0.6.6 - 2020-02
+### Added
+ - French translation
+ [#92](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/92) @lftsy (Marc Leurent)
+### Fixed
+ - js/main.js: Fixed typo (Countires => Countries)
+ [!2](https://git.project-insanity.org/onny/nextcloud-app-radio/merge_requests/2) @robin.vonbuelow (Robin von Bülow)
+ - Support for Nextcloud 18
+ [#98](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/98) @onny (Jonas Heinrich)
+
## 0.6.5 - 2019-05
### Added
- Smooth audio fade-in/out when changing stations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5879c8c..2500f01 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
radio
Radio
Listening to your favorite radio stations in Nextcloud
- 0.6.5
+ 0.6.6
agpl
Jonas Heinrich
@@ -15,6 +15,6 @@
https://git.project-insanity.org/onny/nextcloud-app-radio/issues
https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png
-
+
diff --git a/l10n/fr_FR.js b/l10n/fr_FR.js
new file mode 100644
index 0000000..06e6672
--- /dev/null
+++ b/l10n/fr_FR.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "radio",
+ {
+ "Top" : "Top",
+ "Recent" : "Ajouts récents",
+ "Favorites" : "Favoris",
+ "Categories" : "Catégories"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/fr_FR.json b/l10n/fr_FR.json
new file mode 100644
index 0000000..cd15c71
--- /dev/null
+++ b/l10n/fr_FR.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Top" : "Top",
+ "Recent" : "Ajouts récents",
+ "Favorites" : "Favoris",
+ "Categories" : "Catégories"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+}