Skip to content

Commit

Permalink
Release 0.45.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Mar 11, 2020
1 parent b7a5d71 commit c2adb82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# v0.45.2 - 2020-03-11

- [BUGFIX] Fix missing error message with duplicate Rule name #254

# v0.45.1 - 2020-03-03

- [BUGFIX] Fix race condition between process and index alerts #251 #250
Expand Down
2 changes: 1 addition & 1 deletion promgen/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.45.1"
__version__ = "0.45.2"

0 comments on commit c2adb82

Please sign in to comment.