Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2024-08-26)

### Bug Fixes

* **reporting:** Set Sentry recommended release version convention; setup backmerge upon release ([85cf9ec](85cf9ec))
* **requirements:** Updated Python requirements ([3a4c611](3a4c611))
  • Loading branch information
b32147 authored and semantic-release-bot committed Aug 26, 2024
1 parent f344eb7 commit defe724
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.1](https://github.com/hms-dbmi/fhirquestionnaire/compare/v1.0.0...v1.0.1) (2024-08-26)


### Bug Fixes

* **reporting:** Set Sentry recommended release version convention; setup backmerge upon release ([85cf9ec](https://github.com/hms-dbmi/fhirquestionnaire/commit/85cf9ecd269936a40b3ded51e0a8b22ba15ee69e))
* **requirements:** Updated Python requirements ([3a4c611](https://github.com/hms-dbmi/fhirquestionnaire/commit/3a4c611bb20567b08870a85037e037dc1ca77d44))

## [1.0.1-rc.2](https://github.com/hms-dbmi/fhirquestionnaire/compare/v1.0.1-rc.1...v1.0.1-rc.2) (2024-08-26)


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 = "fhirquestionnaire"
version = "1.0.1-rc.2"
version = "1.0.1"
description = "The questionnaire service for PPM studies"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit defe724

Please sign in to comment.