Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
avakarev committed Jan 13, 2024
1 parent 1666bb4 commit 18246ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.3] - 2024-01-13
### Changed
- Bump go 1.20 => 1.21
- Migrate to go-util
- Migrate gocron v1 => v2
- Bump go deps

## [1.1.2] - 2023-05-04
### Changed
- Bump go 1.19 => 1.20
Expand All @@ -28,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial implementation

[Unreleased]: https://github.com/avakarev/lidl-connect-exporter/compare/v1.1.2...HEAD
[Unreleased]: https://github.com/avakarev/lidl-connect-exporter/compare/v1.1.3...HEAD
[1.1.3]: https://github.com/avakarev/lidl-connect-exporter/compare/1.1.2...1.1.3
[1.1.2]: https://github.com/avakarev/lidl-connect-exporter/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/avakarev/lidl-connect-exporter/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/avakarev/lidl-connect-exporter/compare/1.0.0...1.1.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are pre-built docker images, so you can run it
either with docker:

```
docker run --env LIDL_CONNECT_USERNAME=015123456789 --env LIDL_CONNECT_PASSWORD=password ghcr.io/avakarev/lidl-connect-exporter:v1.1.2
docker run --env LIDL_CONNECT_USERNAME=015123456789 --env LIDL_CONNECT_PASSWORD=password ghcr.io/avakarev/lidl-connect-exporter:v1.1.3
```

or with docker-compose:
Expand All @@ -19,7 +19,7 @@ version: "3.7"
services:
lidl_connect_exporter:
image: ghcr.io/avakarev/lidl-connect-exporter:v1.1.2
image: ghcr.io/avakarev/lidl-connect-exporter:v1.1.3
container_name: lidl-connect-exporter
expose:
- 9100
Expand Down

0 comments on commit 18246ab

Please sign in to comment.