From 42a4adec81d7306468e58f8b154f7ae9a5300f72 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 20 Aug 2023 18:02:43 +0000 Subject: [PATCH] docs: automated changelog update Signed-off-by: GitHub Actions --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f1e44c2..41223286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Changelog for 2.4.0 + +The following sections list the changes for 2.4.0. + +## Summary + + * Enh #247: Add metrics for organization seats + +## Details + + * Enhancement #247: Add metrics for organization seats + + We had been missing metrics about available and remaining seats within organizations. This + change adds the two metrics `github_org_filled_seats` and `github_org_seats` related to + that. + + https://github.com/promhippie/github_exporter/pull/247 + + # Changelog for 2.3.0 The following sections list the changes for 2.3.0.