Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cfeenstra67 committed Aug 15, 2024
2 parents e8e2476 + 30100de commit c2a3616
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fixed RLS policies with long table names causing duplicate policies. ([#2](https://github.com/cfeenstra67/sqlauthz/pull/2), thanks @pnispel)

- Handle cases where RLS is already enabled on a table.

## [1.0.3] - 2024-08-14

### Fixed

- Fixed RLS policies with long table names causing duplicate policies. ([#2](https://github.com/cfeenstra67/sqlauthz/pull/2), thanks @pnispel)

## [1.0.2] - 2024-07-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sqlauthz",
"type": "module",
"version": "1.0.2",
"version": "1.0.3",
"description": "Declarative permission management for PostgreSQL",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c2a3616

Please sign in to comment.