diff --git a/CHANGELOG.md b/CHANGELOG.md index f42672c75..ef545b91f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ ## [Unreleased] +## [1.0.4] - 2021-03-25 + - Fix [#235](https://github.com/ubccr/coldfront/issues/235) +- Fix [#271](https://github.com/ubccr/coldfront/issues/271) +- Fix [#279](https://github.com/ubccr/coldfront/issues/279) +- Add LDAP User Search plugin configs ## [1.0.3] - 2021-03-02 @@ -47,4 +52,5 @@ [1.0.1]: https://github.com/ubccr/coldfront/releases/tag/v1.0.1 [1.0.2]: https://github.com/ubccr/coldfront/releases/tag/v1.0.2 [1.0.3]: https://github.com/ubccr/coldfront/releases/tag/v1.0.3 -[Unreleased]: https://github.com/ubccr/coldfront/compare/v1.0.3...HEAD +[1.0.4]: https://github.com/ubccr/coldfront/releases/tag/v1.0.4 +[Unreleased]: https://github.com/ubccr/coldfront/compare/v1.0.4...HEAD diff --git a/coldfront/__init__.py b/coldfront/__init__.py index d471c984e..5fcf5d458 100644 --- a/coldfront/__init__.py +++ b/coldfront/__init__.py @@ -1,7 +1,7 @@ import os import sys -__version__ = '1.0.3' +__version__ = '1.0.4' VERSION = __version__