File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## Unreleased
8+
9+ ## 1.1.505
10+
11+ ### Added
12+ - New fields for DREFs
813 - Skip FTS_HPC processing when no data
914 - Fix TypeError of /api/v1/search/
1015 - Update Molnix alert status even when no event
@@ -2654,7 +2659,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26542659
26552660## 0.1.20
26562661
2657- [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.504...HEAD
2662+ [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.505...HEAD
2663+ [ 1.1.505 ] : https://github.com/IFRCGo/go-api/compare/1.1.504...1.1.505
26582664[ 1.1.504 ] : https://github.com/IFRCGo/go-api/compare/1.1.503...1.1.504
26592665[ 1.1.503 ] : https://github.com/IFRCGo/go-api/compare/1.1.502...1.1.503
26602666[ 1.1.502 ] : https://github.com/IFRCGo/go-api/compare/1.1.501...1.1.502
Original file line number Diff line number Diff line change 33from .celery import app as celery_app
44
55__all__ = ["celery_app" ]
6- __version__ = "1.1.504 "
6+ __version__ = "1.1.505 "
You can’t perform that action at this time.
0 commit comments