Skip to content

Commit

Permalink
chore(main): release 2.3.0 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
debiodevops authored Nov 30, 2022
1 parent 2a41546 commit 0b66fc6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

## [2.3.0](https://github.com/debionetwork/debio-backend/compare/2.2.5...2.3.0) (2022-11-23)


### Features

* add region and country full state name ([#457](https://github.com/debionetwork/debio-backend/issues/457)) ([ec5ee88](https://github.com/debionetwork/debio-backend/commit/ec5ee88639c2f783728b1a86979cd9f1a0a39547))
* endpoint menstrual calendar ([#484](https://github.com/debionetwork/debio-backend/issues/484)) ([b8d25ef](https://github.com/debionetwork/debio-backend/commit/b8d25ef594b632c64f5c00c843e0e14c8548b0f1))
* move conversion to backend ([#481](https://github.com/debionetwork/debio-backend/issues/481)) ([c251566](https://github.com/debionetwork/debio-backend/commit/c251566f9234f7e60f4313aa67f769caf0e6006b))
* Pinata endpoint ([#476](https://github.com/debionetwork/debio-backend/issues/476)) ([ea923a0](https://github.com/debionetwork/debio-backend/commit/ea923a0240d9c4e6a5d98bf0e0f5843e41edf406))


### Bug Fixes

* API /email/registered-genetic-analyst/{genetic_analyst_id} for send email to DAOGenics ([#449](https://github.com/debionetwork/debio-backend/issues/449)) ([d153c77](https://github.com/debionetwork/debio-backend/commit/d153c778f8e49dacdccc05f45922937ecc2f8c07))
* env and genetic analyst register template ([#483](https://github.com/debionetwork/debio-backend/issues/483)) ([84adf69](https://github.com/debionetwork/debio-backend/commit/84adf69bb810fd290c5e3b1887a853bc9af737cc))
* genetic analyst register template and data object ([#456](https://github.com/debionetwork/debio-backend/issues/456)) ([43cfe83](https://github.com/debionetwork/debio-backend/commit/43cfe83167aa32594525e33d22363af8f83926da))
* lab service not show ([#475](https://github.com/debionetwork/debio-backend/issues/475)) ([b1f8be4](https://github.com/debionetwork/debio-backend/commit/b1f8be4a50efcf642787dea828f26930da6b387e))
* lab substrate api ([#472](https://github.com/debionetwork/debio-backend/issues/472)) ([72b6695](https://github.com/debionetwork/debio-backend/commit/72b66952e5faf52ab2aadb6c6c1a413faed0c56f))
* menstrual cycle log endpoint ([#490](https://github.com/debionetwork/debio-backend/issues/490)) ([f3643d5](https://github.com/debionetwork/debio-backend/commit/f3643d50fa6354faa2850373341ee4f72633f872))
* menstrual cycle log endpoint response ([#489](https://github.com/debionetwork/debio-backend/issues/489)) ([bfd2886](https://github.com/debionetwork/debio-backend/commit/bfd28867f57b84a4a1f2408b86b09f6c7591d771))
* raw query for complex find data in table ([#494](https://github.com/debionetwork/debio-backend/issues/494)) ([ccae6a7](https://github.com/debionetwork/debio-backend/commit/ccae6a71df3e7be0a45b4e8e5d35df90b6336cf9))
* remove process.env and change to gcloud secret manager ([#453](https://github.com/debionetwork/debio-backend/issues/453)) ([2213d59](https://github.com/debionetwork/debio-backend/commit/2213d59cbfad93d304a777b671e5b4f1172fe091))
* result lab services ([#492](https://github.com/debionetwork/debio-backend/issues/492)) ([14492e3](https://github.com/debionetwork/debio-backend/commit/14492e31460bb1134e2dc3957f7ab4871fd7c581))
* update order from updated to created ([#441](https://github.com/debionetwork/debio-backend/issues/441)) ([9e672e3](https://github.com/debionetwork/debio-backend/commit/9e672e317775e7770b7978a025286d096d93734f))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "debio-backend",
"version": "2.2.5",
"version": "2.3.0",
"private": true,
"license": "AGPL-3.0",
"author": "DeBio Dev Team <[email protected]>",
Expand Down

0 comments on commit 0b66fc6

Please sign in to comment.