Skip to content

Commit

Permalink
v1.4.1 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
mountaindude committed Jun 19, 2021
1 parent c9d057d commit 082beb3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
# auto_tag: true
tags:
- latest
- '1.4.0'
- '1.4.1'
- '1.4'
- '1'
when:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 082beb3

Please sign in to comment.