Skip to content

Commit c15f402

Browse files
committed
Bump version to v1.1.2
1 parent e321b27 commit c15f402

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# ColdFront Changelog
22

3+
## [1.1.2] - 2022-07-06
4+
5+
- Fix "Select all" toggle for allocations [#396](https://github.com/ubccr/coldfront/issues/396)
6+
- Fixed allocation expiration task bug [#401](https://github.com/ubccr/coldfront/pull/401)
7+
- Fix new user sorting [#395](https://github.com/ubccr/coldfront/issues/395)
8+
- Fix allocation approved status [#379](https://github.com/ubccr/coldfront/issues/379)
9+
- Add notes on project detail page [#194](https://github.com/ubccr/coldfront/issues/194)
10+
- Add partial match for attribute search [#421](https://github.com/ubccr/coldfront/pull/421)
11+
- Fix miscellaneous config issues [#414](https://github.com/ubccr/coldfront/issues/414)
12+
- Upgrade to Django 3.2.14
13+
314
## [1.1.1] - 2022-04-26
415

516
- Fix grant export to only download those found under search [#222](https://github.com/ubccr/coldfront/issues/222)
@@ -89,4 +100,5 @@
89100
[1.0.4]: https://github.com/ubccr/coldfront/releases/tag/v1.0.4
90101
[1.1.0]: https://github.com/ubccr/coldfront/releases/tag/v1.1.0
91102
[1.1.1]: https://github.com/ubccr/coldfront/releases/tag/v1.1.1
92-
[Unreleased]: https://github.com/ubccr/coldfront/compare/v1.1.1...HEAD
103+
[1.1.2]: https://github.com/ubccr/coldfront/releases/tag/v1.1.2
104+
[Unreleased]: https://github.com/ubccr/coldfront/compare/v1.1.2...HEAD

coldfront/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import sys
33

4-
__version__ = '1.1.1'
4+
__version__ = '1.1.2'
55
VERSION = __version__
66

77

0 commit comments

Comments
 (0)