diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d2b601a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# [3.2.0](https://github.com/TogetherCrew/mongo-lib/compare/v3.1.0...v3.2.0) (2025-01-24) + + +### Features + +* update user schema and interface to support multiple identities ([f6b559b](https://github.com/TogetherCrew/mongo-lib/commit/f6b559b4de144f954d4600b7e052bcd5e3bacf08)) diff --git a/package.json b/package.json index 9a7a7ca..250054e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@togethercrew.dev/db", - "version": "3.1.0", + "version": "3.2.0", "description": "All interactions with DB", "main": "./dist/index.js", "types": "./dist/index.d.ts",