Skip to content

Commit

Permalink
Merge pull request #36 from chelnak/release-prep
Browse files Browse the repository at this point in the history
Release prep v1.1.2
  • Loading branch information
chelnak authored Mar 8, 2024
2 parents 593257e + 00ac5db commit 5fce57b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5fce57b

Please sign in to comment.