diff --git a/CHANGELOG.md b/CHANGELOG.md index d37cecdb3bfccf0f4238e6933479ea4016afa9a7..ad82445d9b67e3057d3d16fcffe046ca1a61b57d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.7.1](https://gitlab.coko.foundation/cokoapps/server/compare/v3.7.0...v3.7.1) (2023-12-21) + + +### Bug Fixes + +* **models:** force lowercase emails in identity find methods ([9e2a254](https://gitlab.coko.foundation/cokoapps/server/commit/9e2a254715c787a4c49c0a339d3bcd33450a20cd)) +* **models:** remove non-existent user.email field from api ([3e403b0](https://gitlab.coko.foundation/cokoapps/server/commit/3e403b0f87c18b0decb108697b92b90cd5fa9d6c)) + ## [3.7.0](https://gitlab.coko.foundation/cokoapps/server/compare/v3.6.0...v3.7.0) (2023-12-20) diff --git a/package.json b/package.json index 33787e0c7c2916981d3b9d66fd6e5f48a75c0d08..c3a6f9462a653609f4a2668c9a588860bc1c1dcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coko/server", - "version": "3.7.0", + "version": "3.7.1", "description": "A tweaked version of pubsweet-server for use by Coko's projects", "keywords": [ "pubsweet",