Skip to content

Commit

Permalink
Increase version to 496 – for web-app V7.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
szabozoltan69 committed Feb 14, 2024
1 parent ad81de0 commit 2dc65aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 1.1.496

### Added
- Surge Alert Status and Ordering based on status and opens fields
- Fix label naming for SurgeAlertStatus
- Add status filter for SurgeAlert

## 1.1.495

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

## 0.1.20

[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.495...HEAD
[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.496...HEAD
[1.1.496]: https://github.com/IFRCGo/go-api/compare/1.1.495...1.1.496
[1.1.495]: https://github.com/IFRCGo/go-api/compare/1.1.494...1.1.495
[1.1.494]: https://github.com/IFRCGo/go-api/compare/1.1.493...1.1.494
[1.1.493]: https://github.com/IFRCGo/go-api/compare/1.1.492...1.1.493
Expand Down
2 changes: 1 addition & 1 deletion main/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .celery import app as celery_app

__all__ = ['celery_app']
__version__ = '1.1.495'
__version__ = '1.1.496'

0 comments on commit 2dc65aa

Please sign in to comment.