Skip to content

Commit

Permalink
chore: release v1.2.1
Browse files Browse the repository at this point in the history
* (bluefox) Corrected error with no credentials
* (bluefox) Added JSON config and made refactoring
* (atl285) Corrected handling of SSL certificates
  • Loading branch information
GermanBluefox committed Aug 16, 2022
1 parent 2937c69 commit afed805
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Some kind of WAF/proxy/entry Server should be put before ioBroker. (e.g. nginx i
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 1.2.1 (2022-08-16)
* (bluefox) Corrected error with no credentials
* (bluefox) Added JSON config and made refactoring
* (atl285) Corrected handling of SSL certificates
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "geofency",
"version": "1.2.0",
"version": "1.2.1",
"news": {
"1.2.1": {
"en": "Corrected error with no credentials\nAdded JSON config and made refactoring\nCorrected handling of SSL certificates",
"de": "Korrigierter Fehler ohne Anmeldeinformationen\nHinzugefügt JSON config und gemacht Refactoring\nKorrigierte Handhabung von SSL-Zertifikaten",
"ru": "Исправлена ошибка без учетных данных\nДобавил конфиг JSON и сделал рефакторинг\nИсправлена обработка SSL сертификатов",
"pt": "Erro corrigido sem credenciais\nAdicionado JSON config e feito refactoring\nManuseio correto de certificados SSL",
"nl": "Gecorrigeerde fout zonder referenties\n_\nVertaling:",
"fr": "Erreur corrigée sans accréditation\nAjout de la configuration JSON et refactoring\nManipulation corrigée des certificats SSL",
"it": "Errore corretto senza credenziali\nAggiunto JSON config e fatto refactoring\nGestione corretta dei certificati SSL",
"es": "Error corregido sin credenciales\nAñadido JSON config y hecho refactoring\nManejo corregido de certificados SSL",
"pl": "Nieprawdopodobny błąd bez grzebienia\nAdded JSON konfiguje i dostosowuje do regeneracji\nPoprawne traktowanie certyfikatów SSL",
"zh-cn": "没有全权证书的更正错误\n增加联合协商会,并重新准备\n职业证书的处理"
},
"1.1.1": {
"en": "Prevent warning logs for newly added states in last release",
"de": "Warnungsprotokolle für neu hinzugefügte Zustände in der letzten Version verhindern",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.geofency",
"version": "1.2.0",
"version": "1.2.1",
"description": "geofency adapter for ioBroker",
"author": "Daniel Schaedler <daniel.schaedler@gmail.com>",
"contributors": [
Expand Down

0 comments on commit afed805

Please sign in to comment.