File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## Unreleased
88
9+ ## 1.1.497
10+
11+ ### Added
12+ - Migrate all notes from existing PER to new
13+ - Using overview to match legacy data
14+ - Add migration script for per notes
15+ - Add fix for search page
16+ - Add missing DREF report autocomplete fields
17+ - Add keyfigure translation in country,region and emergency
18+ - Remove unwanted fields from translation
19+
920## 1.1.496
1021
1122### Added
@@ -2351,7 +2362,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
23512362
23522363## 0.1.20
23532364
2354- [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.496...HEAD
2365+ [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.497...HEAD
2366+ [ 1.1.497 ] : https://github.com/IFRCGo/go-api/compare/1.1.496...1.1.497
23552367[ 1.1.496 ] : https://github.com/IFRCGo/go-api/compare/1.1.495...1.1.496
23562368[ 1.1.495 ] : https://github.com/IFRCGo/go-api/compare/1.1.494...1.1.495
23572369[ 1.1.494 ] : https://github.com/IFRCGo/go-api/compare/1.1.493...1.1.494
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.496 '
6+ __version__ = '1.1.497 '
You can’t perform that action at this time.
0 commit comments