Skip to content

Commit

Permalink
Release v0.1.22 - See CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Jul 26, 2021
1 parent 28ca853 commit 030e989
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 29 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.22 (July 26th, 2021)

- added `skipACL` attribute to support not to make ACL check if this attribute is set in rule
- updated logger

## 0.1.21 (July 21st, 2021)

- added access control list feature for `isAllowed` operation
Expand Down
109 changes: 82 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restorecommerce/access-control-srv",
"version": "0.1.21",
"version": "0.1.22",
"description": "Access Control Service",
"main": "lib/start.js",
"author": "n-fuse GmbH",
Expand All @@ -22,7 +22,7 @@
"@restorecommerce/cluster-service": "^0.1.7",
"@restorecommerce/grpc-client": "^0.0.9",
"@restorecommerce/kafka-client": "^0.1.13",
"@restorecommerce/logger": "^0.9.1",
"@restorecommerce/logger": "^0.10.0",
"@restorecommerce/protos": "^0.0.24",
"@restorecommerce/resource-base-interface": "^0.0.9",
"@restorecommerce/service-config": "^0.4.9",
Expand Down

0 comments on commit 030e989

Please sign in to comment.