Skip to content

Commit ad36edf

Browse files
1.6.0 release (#12)
1 parent 93128b2 commit ad36edf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.6.0 (2024-10-24)
4+
5+
#### Feature
6+
7+
- Added `application_name` as one of the fields returned by the primary activity proxy model by [@Pete-J-Matthews](https://github.com/Pete-J-Matthews) in [#11](https://github.com/Opus10/django-pgactivity/pull/11).
8+
39
## 1.5.0 (2024-08-24)
410

511
#### Changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages = [
2727
exclude = [
2828
"*/tests/"
2929
]
30-
version = "1.5.0"
30+
version = "1.6.0"
3131
description = "Monitor, kill, and analyze Postgres queries."
3232
authors = ["Wes Kendall"]
3333
classifiers = [

0 commit comments

Comments
 (0)