Skip to content

Commit

Permalink
Bump version to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aebruno committed Jul 6, 2022
1 parent e321b27 commit c15f402
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ColdFront Changelog

## [1.1.2] - 2022-07-06

- Fix "Select all" toggle for allocations [#396](https://github.com/ubccr/coldfront/issues/396)
- Fixed allocation expiration task bug [#401](https://github.com/ubccr/coldfront/pull/401)
- Fix new user sorting [#395](https://github.com/ubccr/coldfront/issues/395)
- Fix allocation approved status [#379](https://github.com/ubccr/coldfront/issues/379)
- Add notes on project detail page [#194](https://github.com/ubccr/coldfront/issues/194)
- Add partial match for attribute search [#421](https://github.com/ubccr/coldfront/pull/421)
- Fix miscellaneous config issues [#414](https://github.com/ubccr/coldfront/issues/414)
- Upgrade to Django 3.2.14

## [1.1.1] - 2022-04-26

- Fix grant export to only download those found under search [#222](https://github.com/ubccr/coldfront/issues/222)
Expand Down Expand Up @@ -89,4 +100,5 @@
[1.0.4]: https://github.com/ubccr/coldfront/releases/tag/v1.0.4
[1.1.0]: https://github.com/ubccr/coldfront/releases/tag/v1.1.0
[1.1.1]: https://github.com/ubccr/coldfront/releases/tag/v1.1.1
[Unreleased]: https://github.com/ubccr/coldfront/compare/v1.1.1...HEAD
[1.1.2]: https://github.com/ubccr/coldfront/releases/tag/v1.1.2
[Unreleased]: https://github.com/ubccr/coldfront/compare/v1.1.2...HEAD
2 changes: 1 addition & 1 deletion coldfront/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import sys

__version__ = '1.1.1'
__version__ = '1.1.2'
VERSION = __version__


Expand Down

0 comments on commit c15f402

Please sign in to comment.