Skip to content

Commit 18ca17c

Browse files
committed
Bump version 8.4.0 -> 8.5.0
1 parent 7203525 commit 18ca17c

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
## Unreleased
1+
## v8.5.0 (2021-04-18)
2+
3+
### Fix
4+
5+
- improve alert note command (#263)
6+
- consistent use of ID as metavar (#262)
7+
- add scopes cmd and minor fixes (#257)
8+
- **build**: run tests against correct branch
9+
10+
### Feat
11+
12+
- add examples for group cmd (#261)
13+
- add and remove users to/from groups (#260)
14+
- add option to list users to group cmd (#259)
15+
- add option to list groups to user cmd (#258)
16+
- add alerts command for list alert attributes (#256)
17+
- show user details (#255)
18+
- add option to show decoded auth token claims (#254)
19+
- **auth**: add HMAC authentication as config option (#248)

VERSION

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

alertaclient/version.py

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

0 commit comments

Comments
 (0)