From ba4b1a7186cf185a1f3d878fd895b1f6008e6d30 Mon Sep 17 00:00:00 2001 From: Fred Heinecke Date: Tue, 19 Mar 2024 11:48:32 -0500 Subject: [PATCH] Release v0.0.10 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a082e65..0251d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.0.10] - 2024-03-19 ### Added - Added workflow elapsed time metric @@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. GHA exporter provides Prometheus metrics for Github Action runs. -[Unreleased]: https://github.com/gravitational/gha-exporter/compare/v0.0.9...HEAD +[Unreleased]: https://github.com/gravitational/gha-exporter/compare/v0.0.10...HEAD +[0.0.10]: https://github.com/gravitational/gha-exporter/compare/v0.0.9...v0.0.10 [0.0.9]: https://github.com/gravitational/gha-exporter/compare/v0.0.8...v0.0.9 [0.0.8]: https://github.com/gravitational/gha-exporter/compare/v0.0.7...v0.0.8 [0.0.7]: https://github.com/gravitational/gha-exporter/compare/v0.0.6...v0.0.7