diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecb732a0..491ebdb4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## 1.1.455 + +### Added + - Hotfix for flash update notifications + ## 1.1.454 ### Added @@ -2049,7 +2054,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.454...HEAD +[Unreleased]: https://github.com/IFRCGo/go-api/compare/1.1.455...HEAD +[1.1.455]: https://github.com/IFRCGo/go-api/compare/1.1.454...1.1.455 [1.1.454]: https://github.com/IFRCGo/go-api/compare/1.1.453...1.1.454 [1.1.453]: https://github.com/IFRCGo/go-api/compare/1.1.452...1.1.453 [1.1.452]: https://github.com/IFRCGo/go-api/compare/1.1.451...1.1.452 diff --git a/main/__init__.py b/main/__init__.py index 5e52ff2f3..def480307 100644 --- a/main/__init__.py +++ b/main/__init__.py @@ -3,4 +3,4 @@ from .celery import app as celery_app __all__ = ['celery_app'] -__version__ = '1.1.454' +__version__ = '1.1.455'