Skip to content

Commit 2dc65aa

Browse files
committed
Increase version to 496 – for web-app V7.0.28
1 parent ad81de0 commit 2dc65aa

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
## 1.1.496
10+
11+
### Added
12+
- Surge Alert Status and Ordering based on status and opens fields
13+
- Fix label naming for SurgeAlertStatus
14+
- Add status filter for SurgeAlert
15+
916
## 1.1.495
1017

1118
### Added
@@ -2344,7 +2351,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
23442351

23452352
## 0.1.20
23462353

2347-
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.495...HEAD
2354+
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.496...HEAD
2355+
[1.1.496]: https://github.com/IFRCGo/go-api/compare/1.1.495...1.1.496
23482356
[1.1.495]: https://github.com/IFRCGo/go-api/compare/1.1.494...1.1.495
23492357
[1.1.494]: https://github.com/IFRCGo/go-api/compare/1.1.493...1.1.494
23502358
[1.1.493]: https://github.com/IFRCGo/go-api/compare/1.1.492...1.1.493

main/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .celery import app as celery_app
44

55
__all__ = ['celery_app']
6-
__version__ = '1.1.495'
6+
__version__ = '1.1.496'

0 commit comments

Comments
 (0)