From a0dfa4d51fcc65638c28d061f537055c7370c97a Mon Sep 17 00:00:00 2001 From: Lijwent Date: Thu, 1 Jun 2023 12:20:20 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db5b2d8..f31c23e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] ... +## [5.1.1] - 2023-06-01 +### Fix +- Fix sed cmd to not duplicate the lines if already there for blackbox_exporter config + ## [5.1.0] - 2022-11-08 ### Add - Add env file path variable to specify custom location @@ -118,7 +122,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ### Removed - [WARNING] Breaking changes for script arguments -[Unreleased]: https://github.com/matbgn/prommanager/compare/v5.1.0...HEAD +[Unreleased]: https://github.com/matbgn/prommanager/compare/v5.1.1...HEAD +[5.1.1]: https://github.com/matbgn/prommanager/compare/v5.1.0...v5.1.1 [5.1.0]: https://github.com/matbgn/prommanager/compare/v5.0.0...v5.1.0 [5.0.0]: https://github.com/matbgn/prommanager/compare/v4.1.0...v5.0.0 [4.1.0]: https://github.com/matbgn/prommanager/compare/v4.0.2...v4.1.0 @@ -129,4 +134,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/). [2.0.0]: https://github.com/matbgn/prommanager/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/matbgn/prommanager/releases/tag/v1.0.0 - GH CLI: gh release create vX.0.0 -t "vX.0.0" -n "See [CHANGELOG.md](CHANGELOG.md) for details" prommanager \ No newline at end of file + GH CLI: gh release create vX.0.0 -t "vX.0.0" -n "See [CHANGELOG.md](CHANGELOG.md) for details" prommanager