Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed May 4, 2022
1 parent fe47481 commit 1bce024
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v2.0.2 (2022-05-04)

Changes:

- Update all dependencies to their current versions.

# v2.0.1 (2021-09-24)

Changes:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Compile `make && make install` or `docker build`. The binary can also be
installed with `go get`:

```bash
go get github.com/sapcc/ntp_exporter
go install github.com/sapcc/ntp_exporter@latest
```

We also publish pre-built images on Docker Hub as
[sapcc/ntp-exporter](https://hub.docker.com/r/sapcc/ntp-exporter):

```bash
docker pull sapcc/ntp-exporter:v2.0.1
docker pull sapcc/ntp-exporter:v2.0.2
```

## Usage
Expand Down

0 comments on commit 1bce024

Please sign in to comment.