Skip to content

Commit 485a1ff

Browse files
committed
release 0.0.6
1 parent ed364e4 commit 485a1ff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,10 @@ Some useful ressources during development:
218218
## Changes
219219

220220
```
221-
next:
221+
0.0.6 Sat May 9 18:15:31 CEST 2020
222222
- add vhost to default label names
223223
- hide 'disabled' scoreboard entry, its not an actual slot
224+
- fix permission issue again
224225
225226
0.0.5 Sat May 9 15:31:40 CEST 2020
226227
- add process memory/counter/io metrics

src/mod_prometheus_status.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define VERSION "0.0.5"
1+
#define VERSION "0.0.6"
22
#define NAME "mod_prometheus_status"
33

44
#include "ap_config.h"

0 commit comments

Comments
 (0)