Skip to content

Commit 065eb9c

Browse files
committed
Bump version 8.5.0 -> 8.6.0
1 parent 0a0d3f4 commit 065eb9c

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v8.6.0 (2021-05-20)
2+
3+
### Refactor
4+
5+
- convert formatted strings to f-strings (more) (#1522)
6+
- convert tests to use f-strings (#1521)
7+
- convert formatted strings to f-strings (#1520)
8+
9+
### Feat
10+
11+
- add escalate severity custom action plugin (#1519)
12+
- Add support for user-defined API key (#1518)
13+
- log dismissing notes to alert history (#1507)
14+
- add default blackout duration to config endpoint (#1506)
15+
- support readonly users (#1505)
16+
17+
### Fix
18+
19+
- change housekeeping delete threshold to seconds (#1508)
20+
- config setting default environment for webhooks (#1510)
21+
- read LDAP_BIND_PASSWORD from environment variable (#1509)
22+
123
## v8.5.0 (2021-04-18)
224

325
### Fix

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.5.0
1+
8.6.0

alerta/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '8.5.0'
1+
__version__ = '8.6.0'

0 commit comments

Comments
 (0)