@@ -1,5 +1,12 @@ |
|
|
1 |
1 |
## Unreleased |
2 |
2 |
|
|
3 |
+## 1.19.0 / 2023-02-27 |
|
4 |
+ |
|
5 |
+The module `prometheus/common v0.48.0` introduced a bug when used together with client_golang. If your project uses client_golang and you want to use `prometheus/common v0.48.0` or higher, please update client_golang to v1.19.0. |
|
6 |
+ |
|
7 |
+* [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #1445 #1449 |
|
8 |
+* [FEATURE] collectors: Add version collector. #1422 #1427 |
|
9 |
+ |
3 |
10 |
## 1.18.0 / 2023-12-22 |
4 |
11 |
|
5 |
12 |
* [FEATURE] promlint: Allow creation of custom metric validations. #1311 |