Skip to content

Commit

Permalink
Release 0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Nov 10, 2021
1 parent dcde878 commit a83170f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

# v0.53 - 2021-11-10

- [BUGFIX] Fix rest_framework/js reference #365
- [CHANGE] Stricter scrape test to better match Prometheus #366
- [IMPROVEMENT] Make RuleDetail page a bit more readable #368
- [IMPROVEMENT] Use v-model.lazy to reduce input lag #370
- [INTERNAL] Django version update #371
- [INTERNAL] Fix quotes to avoid confusing the html linter #369

# v0.52 - 2021-08-23

- [CHANGES] Notification handling improvements #348
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.53.dev"
__version__ = "0.53"

0 comments on commit a83170f

Please sign in to comment.