Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avakarev committed May 3, 2023
1 parent ce83495 commit 16f1789
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.2] - 2023-05-04
### Changed
- Bump go 1.19 => 1.20
- Bump go deps
Expand All @@ -26,7 +28,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.1...HEAD
[Unreleased]: https://github.com/avakarev/lidl-connect-exporter/compare/v1.1.2...HEAD
[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
[1.0.0]: https://github.com/avakarev/lidl-connect-exporter/releases/tag/v1.0.0
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.1
docker run --env LIDL_CONNECT_USERNAME=015123456789 --env LIDL_CONNECT_PASSWORD=password ghcr.io/avakarev/lidl-connect-exporter:v1.1.2
```

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.1
image: ghcr.io/avakarev/lidl-connect-exporter:v1.1.2
container_name: lidl-connect-exporter
expose:
- 9100
Expand Down

0 comments on commit 16f1789

Please sign in to comment.