Skip to content

Commit

Permalink
Update changelog bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aebruno committed Mar 26, 2024
1 parent f3a6211 commit 7519ebc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@
- Steve Anthony
- Jim Culbert
- Alex Tucker
- Claire Peters
- Cecilia Lau
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# ColdFront Changelog

## [1.1.6] - 2024-03-25

- Upgrade to Django 4.2 LTS. [#601](https://github.com/ubccr/coldfront/pull/601)
- Update python version in Dockerfile to 3.8. [#578](https://github.com/ubccr/coldfront/pull/578)
- Add factoryboy Project and Allocation unit tests. [#546](https://github.com/ubccr/coldfront/pull/546)
- Add docs for configuring LDAP auth against Active Directory. [#556](https://github.com/ubccr/coldfront/pull/556)
- Fix grants formatting error. [#442](https://github.com/ubccr/coldfront/issues/442)
- Add docs on creating a plugin. [#472](https://github.com/ubccr/coldfront/issues/472)
- Add justification to allocation invoices. [#305](https://github.com/ubccr/coldfront/issues/305)
- Add docs on configuring generic OIDC auth. [#528](https://github.com/ubccr/coldfront/pull/528)
- Fix bug where notifications were auto-enabled user role changed. [#457](https://github.com/ubccr/coldfront/issues/457)
- Add LDAP user search custom mapping and TLS support. [#545](https://github.com/ubccr/coldfront/pull/545)
- Add docs on collect static for SITE_STATIC usage. [#358](https://github.com/ubccr/coldfront/issues/358)
- Add signal for new allocation requests. [#549](https://github.com/ubccr/coldfront/pull/549)

## [1.1.5] - 2023-07-12

- SECURITY BUG FIX: Unprotected eval when adding publication. [#551](https://github.com/ubccr/coldfront/pull/551)
Expand Down
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.5'
__version__ = '1.1.6'
VERSION = __version__


Expand Down

0 comments on commit 7519ebc

Please sign in to comment.