Skip to content

Commit e8458a6

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.0...v1.8.0) (2025-12-07) ### Features * add JSON string support for ABAC enforcement ([#59](#59)) ([b4eb1f9](b4eb1f9))
1 parent b4eb1f9 commit e8458a6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.8.0](https://github.com/casbin/dart-casbin/compare/v1.7.0...v1.8.0) (2025-12-07)
2+
3+
4+
### Features
5+
6+
* add JSON string support for ABAC enforcement ([#59](https://github.com/casbin/dart-casbin/issues/59)) ([b4eb1f9](https://github.com/casbin/dart-casbin/commit/b4eb1f9d9e5e45809fb2df96c9de20f64ca5c6d8))
7+
18
# [1.7.0](https://github.com/casbin/dart-casbin/compare/v1.6.0...v1.7.0) (2025-11-18)
29

310

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: casbin
22
description: An authorization library that supports access control models like
33
ACL, RBAC, ABAC.
4-
version: 1.7.0
4+
version: 1.8.0
55
homepage: https://casbin.org/
66
repository: https://github.com/casbin/dart-casbin
77
documentation: https://casbin.org/docs/en/overview

0 commit comments

Comments
 (0)