File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## Unreleased
88
9+ ## 1.1.483
10+
11+ ### Added
12+ - Add global endpoint for fetching enums
13+ - Update logic for new translation API
14+ - Replace old doc page with redoc (OpenAPI)
15+ - Add OpenAPI endpoint using drf_yasg
16+ - Rename DREF serializer to active
17+ - Fix Project CSV importing
18+
919## 1.1.482
1020 - Add more columns to AppealDocument Admin list
1121 - Put back caching
@@ -2252,7 +2262,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
22522262
22532263## 0.1.20
22542264
2255- [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.482...HEAD
2265+ [ Unreleased ] : https://github.com/IFRCGo/go-api/compare/1.1.483...HEAD
2266+ [ 1.1.483 ] : https://github.com/IFRCGo/go-api/compare/1.1.482...1.1.483
22562267[ 1.1.482 ] : https://github.com/IFRCGo/go-api/compare/1.1.481...1.1.482
22572268[ 1.1.481 ] : https://github.com/IFRCGo/go-api/compare/1.1.480...1.1.481
22582269[ 1.1.480 ] : https://github.com/IFRCGo/go-api/compare/1.1.479...1.1.480
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.482 '
6+ __version__ = '1.1.483 '
You can’t perform that action at this time.
0 commit comments