Skip to content

Commit 9670c95

Browse files
committed
Release 20.6.0
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent d1785c5 commit 9670c95

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [20.6.0] - 2020-06-29
4+
- Switch to [Calendar Versioning](https://calver.org/) with `YY.MM.MICRO format` (year, month, increment)
45
- Implemented new build system
56
- inject version info from git
67
- linting
7-
- Add prometheus support
8+
- Add prometheus metric support
89
- Switch logger to logrus
910
- Replace `--no-auto` with `--auto` (system crontab needs to be enabled now)
1011

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Run crond with run-parts with custom time spec and different user:
9090
## Installation
9191

9292
```bash
93-
GOCROND_VERSION=0.6.1 \
93+
GOCROND_VERSION=20.6.0 \
9494
&& wget -O /usr/local/bin/go-crond https://github.com/webdevops/go-crond/releases/download/$GOCROND_VERSION/go-crond-64-linux \
9595
&& chmod +x /usr/local/bin/go-crond
9696
```

0 commit comments

Comments
 (0)