Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lijwent authored Jun 1, 2023
1 parent ca6a69f commit a0dfa4d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
GH CLI: gh release create vX.0.0 -t "vX.0.0" -n "See [CHANGELOG.md](CHANGELOG.md) for details" prommanager

0 comments on commit a0dfa4d

Please sign in to comment.