diff --git a/.drone.yml b/.drone.yml index 721c880..e9bd219 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: # auto_tag: true tags: - latest - - '1.4.0' + - '1.4.1' - '1.4' - '1' when: diff --git a/README.md b/README.md index 8dddc66..78a3671 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Even better, use docker-compose. Adapt the docker-compose.yaml file to your need version: '3.3' services: verisure-mqtt: - image: mountaindude/verisure-mqtt + image: mountaindude/verisure-mqtt:1.4.1 container_name: verisure-mqtt restart: always environment: diff --git a/changelog.md b/changelog.md index b6ab879..e753e6e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ # Changelog +## Version 1.4.1 + +* Updated dependencies. + +## Version 1.4.0 + +* Updated dependencies. +* Verisure now offers 2-factor authentication. This however doesn't work well with a tool like this one. For now you'll have to keep using username/pwd if you want to keep pulling your data from Verisure's system. Hopefully they will at some point offer app-specific tokens similar to how for example GitHub does things. + ## Version 1.3 * Updated dependencies. diff --git a/docker-compose-template.yaml b/docker-compose-template.yaml index 4597393..a55087b 100644 --- a/docker-compose-template.yaml +++ b/docker-compose-template.yaml @@ -3,7 +3,7 @@ version: '3.3' services: verisure-mqtt: # Use image on Docker Hub - image: mountaindude/verisure-mqtt:latest + image: mountaindude/verisure-mqtt:1.4.1 container_name: verisure-mqtt restart: always