We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed364e4 commit 485a1ffCopy full SHA for 485a1ff
README.md
@@ -218,9 +218,10 @@ Some useful ressources during development:
218
## Changes
219
220
```
221
-next:
+0.0.6 Sat May 9 18:15:31 CEST 2020
222
- add vhost to default label names
223
- hide 'disabled' scoreboard entry, its not an actual slot
224
+ - fix permission issue again
225
226
0.0.5 Sat May 9 15:31:40 CEST 2020
227
- add process memory/counter/io metrics
src/mod_prometheus_status.h
@@ -1,4 +1,4 @@
1
-#define VERSION "0.0.5"
+#define VERSION "0.0.6"
2
#define NAME "mod_prometheus_status"
3
4
#include "ap_config.h"
0 commit comments