From 23f535aa227a2c43eb1d8b80dfb30f64dea3faab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:46:56 +0200 Subject: [PATCH] chore(main): release 1.0.0 (#5) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c3fe678..9e43104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0](https://github.com/equinor/radix-prometheus-proxy/compare/v0.1.0...v1.0.0) (2024-10-11) + + +### ⚠ BREAKING CHANGES + +* First working prometheus proxy ([#1](https://github.com/equinor/radix-prometheus-proxy/issues/1)) + +### Features + +* First working prometheus proxy ([#1](https://github.com/equinor/radix-prometheus-proxy/issues/1)) ([25e4ab3](https://github.com/equinor/radix-prometheus-proxy/commit/25e4ab36bd52fdc4c238d534e40ec32efbb222c7)) + + +### Bug Fixes + +* add latest tags ([4563aa0](https://github.com/equinor/radix-prometheus-proxy/commit/4563aa096dcb905332d287a5566e4542981da8a2)) + ## 0.1.0 (2024-10-11)