Skip to content

Commit

Permalink
chore(release): 1.1.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0-rc.1](v1.0.1...v1.1.0-rc.1) (2024-08-21)

### Bug Fixes

* **projects:** Allows automatic access for user covered by an institutional signer that has access ([7f4685c](7f4685c))

### Features

* **pdf:** Added an app for rendering PDFs ([dd98208](dd98208))
* **projects:** Added a model for institutional officials/members for blanket DUAs; fixed older fixture that accessed models through ORM causing issues ([6f6667b](6f6667b))
* **projects:** Added view and API support for institutional officials; added 4CE DUA ([9538168](9538168))
  • Loading branch information
b32147 authored and semantic-release-bot committed Aug 21, 2024
1 parent 78c7cb5 commit 0ce2f3a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.1.0-rc.1](https://github.com/hms-dbmi/hypatio-app/compare/v1.0.1...v1.1.0-rc.1) (2024-08-21)


### Bug Fixes

* **projects:** Allows automatic access for user covered by an institutional signer that has access ([7f4685c](https://github.com/hms-dbmi/hypatio-app/commit/7f4685c877f07d99cd9a230911cf0da745da6f0e))


### Features

* **pdf:** Added an app for rendering PDFs ([dd98208](https://github.com/hms-dbmi/hypatio-app/commit/dd98208d4717265fdf68f2dc6124de20276d994d))
* **projects:** Added a model for institutional officials/members for blanket DUAs; fixed older fixture that accessed models through ORM causing issues ([6f6667b](https://github.com/hms-dbmi/hypatio-app/commit/6f6667be9724b4185ef6a6c596b4969ce2c5966f))
* **projects:** Added view and API support for institutional officials; added 4CE DUA ([9538168](https://github.com/hms-dbmi/hypatio-app/commit/95381687e422e576a2a3f98048daa26dbad75fc8))

## [1.0.1](https://github.com/hms-dbmi/hypatio-app/compare/v1.0.0...v1.0.1) (2024-08-01)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dbmi-data-portal"
version = "1.0.1"
version = "1.1.0-rc.1"
description = "A portal for hosting and managing access to DBMI-provided datasets"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 0ce2f3a

Please sign in to comment.