Skip to content

Commit 867472b

Browse files
cerebrumcomLucianBuzzo
authored andcommitted
chore(master): release 3.8.0
1 parent b35e2ed commit 867472b

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.8.0](https://github.com/cerebruminc/yates/compare/v3.7.2...v3.8.0) (2025-11-15)
4+
5+
6+
### Features
7+
8+
* add test for multiple Yates clients operating in the same DB ([b35e2ed](https://github.com/cerebruminc/yates/commit/b35e2ed154daa05c971e7b1ff17fa9b6807ac612))
9+
* refactor internal to use a class with inner state for tracking database scope ([0d00e29](https://github.com/cerebruminc/yates/commit/0d00e2960ef444df435fd884b0b62511b965dc54))
10+
11+
12+
### Bug Fixes
13+
14+
* scope postgres roles to database ([239f804](https://github.com/cerebruminc/yates/commit/239f804de4f3b46c80c0d4596339f75d5e0d5dc1))
15+
316
## [3.7.2](https://github.com/cerebruminc/yates/compare/v3.7.1...v3.7.2) (2025-11-14)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cerebruminc/yates",
3-
"version": "3.7.2",
3+
"version": "3.8.0",
44
"description": "Role based access control for Prisma Apps",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)