From 1abdab47b4e6fb6c0496715d2d8923962655523d Mon Sep 17 00:00:00 2001 From: gitea-actions Date: Sat, 20 Sep 2025 08:51:53 +0000 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 3 ++- src/info.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9737372..8c7321c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 1.0.1 (2025-09-20) + ## 1.1.0 (2025-09-20) @@ -27,4 +29,3 @@ All notable changes to this project will be documented in this file. See [commit ### Bug Fixes * **prometheus-exporter:** fix metric naming to be consistent with prometheus reqs ([431b73e](https://git.bjornp.com/bjorn/factorio-prometheus-exporter/commit/431b73ee2dd7b3d78076a4eda6af813072f18678)) - diff --git a/src/info.json b/src/info.json index eba1d8b..caf9002 100644 --- a/src/info.json +++ b/src/info.json @@ -1,6 +1,6 @@ { "name": "prometheus-exporter", - "version": "1.0.0", + "version": "1.0.1", "title": "Prometheus Exporter for Factorio", "author": "Bjorn Pijnacker", "factorio_version": "2.0", @@ -8,4 +8,4 @@ "base >= 2.0" ], "description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack" -} \ No newline at end of file +}