File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,18 @@ 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.504
10+
11+ ### Added
12+ - Listing page for DREF national society actions
13+ - Remove obsolete azure storage code
14+ - Build AZURE_STORAGE_CONNECTION_STRING from bricks
815 - Use country_plan document_url if possible – or the downloaded file
916 - Fix truncated appealdoc URL-s
1017 - Use 3 api keys for ingest_ns_initiatives
1118 - Forbid p-wrapping for TinyMCE (for iframes also)
12- - Replace poetry with uv
19+ - Replace poetry with uv, check outdated uv.lock
1320 - ESF, NSIA, CBF URL change
1421 - Add missing pytz
1522 - Revert back azure blob dependencies
@@ -2643,7 +2650,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26432650
26442651## 0.1.20
26452652
2646- [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.503...HEAD
2653+ [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.504...HEAD
2654+ [ 1.1.504 ] : https://github.com/IFRCGo/go-api/compare/1.1.503...1.1.504
26472655[ 1.1.503 ] : https://github.com/IFRCGo/go-api/compare/1.1.502...1.1.503
26482656[ 1.1.502 ] : https://github.com/IFRCGo/go-api/compare/1.1.501...1.1.502
26492657[ 1.1.501 ] : https://github.com/IFRCGo/go-api/compare/1.1.500...1.1.501
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.503 "
6+ __version__ = "1.1.504 "
You can’t perform that action at this time.
0 commit comments