From 00ac5dbcff88e0c2233a8ca4caf59d2ce8b8273f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 8 Mar 2024 20:32:14 +0000 Subject: [PATCH] Release prep v1.1.2 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6975209..cd50e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v1.1.2](https://github.com/chelnak/status-cake-exporter/tree/v1.1.2) - 2024-03-08 + +[Full Changelog](https://github.com/chelnak/status-cake-exporter/compare/v1.1.1...v1.1.2) + +### Fixed + +- Fix broken metrics, make perf tests optional [#33](https://github.com/chelnak/status-cake-exporter/pull/33) ([Jeff-SearchPilot](https://github.com/Jeff-SearchPilot)) +- Correctly pass any args to functions [#32](https://github.com/chelnak/status-cake-exporter/pull/32) ([Jeff-SearchPilot](https://github.com/Jeff-SearchPilot)) + ## [v1.1.1](https://github.com/chelnak/status-cake-exporter/tree/v1.1.1) - 2024-03-05 [Full Changelog](https://github.com/chelnak/status-cake-exporter/compare/v1.1.0...v1.1.1) diff --git a/pyproject.toml b/pyproject.toml index bad99fe..fc213e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "status-cake-exporter" -version = "1.1.1" +version = "1.1.2" description = "" authors = ["Craig Gumbley "] license = "MIT"