Skip to content

Commit

Permalink
Bump version 8.3.0 -> 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Dec 13, 2020
1 parent 7933b1c commit aebdef2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v8.3.1 (2020-12-13)

### Fix

- **search**: use phrase token when searching arrays (#1426)
- **tests**: only temporarily modify the os.environ (#1423)
- **build**: run tests against correct branch
- read built-in plugin config from env vars (#1422)

### Refactor

- **config**: simplify config settings from env vars (#1424)

## v8.3.0 (2020-12-12)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.3.0
8.3.1
2 changes: 1 addition & 1 deletion alerta/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '8.3.0'
__version__ = '8.3.1'

0 comments on commit aebdef2

Please sign in to comment.