Skip to content

Commit

Permalink
Release 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Oct 2, 2018
1 parent 29d0a30 commit 1661227
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.30 - 2018-09-02

* [BUGFIX] Fix for missing promtool validation error #103
* [BUGFIX] Fix reference to self.get_object() in RuleToggle #99
* [CHANGE] Refactor notifications queue for audibility and reliability #94
* [CHANGE] Add prune-alerts command #106

This version refactors the alert sender queue to better separate
responsibility between components and to provide a more auditable
record of received alerts


## v0.29 - 2018-08-28

* [IMPROVEMENT] Implement Django permissions for Rule editor #96
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.30.dev'
__version__ = '0.30'

0 comments on commit 1661227

Please sign in to comment.