Skip to content

Commit

Permalink
Prepare for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kolotaev committed Nov 11, 2019
1 parent 8c47ec9 commit 62365c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.


## [1.3.0] - TBA
## [1.3.0] - 2019-11-11
### Added
- [Storage] SQLStorage implementation with support for all RDBMS backed by SQL Alchemy.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -44,8 +44,8 @@ Attribute-based access control (ABAC) SDK for Python.

### Description

Vakt is an attribute-based access control ([ABAC](https://en.wikipedia.org/wiki/Attribute-based_access_control))
toolkit that is based on policies, also sometimes referred as PBAC.
Vakt is an attribute-based and policy-based access control ([ABAC](https://en.wikipedia.org/wiki/Attribute-based_access_control))
toolkit that is based on policies.
ABAC stands aside of RBAC and ACL models, giving you
a fine-grained control on definition of the rules that restrict an access to resources and is generally considered a
"next generation" authorization model.
Expand Down Expand Up @@ -634,7 +634,7 @@ Vakt logs can be comprehended in 2 basic levels:

Most valuable features to be implemented in the order of importance:

- [ ] SQL Storage
- [x] SQL Storage
- [ ] Rules that reference Inquiry data for Rule-based policies
- [ ] Caching mechanisms (for Storage and Guard)
- [ ] YAML-based language for declarative policy definitions
Expand Down
2 changes: 1 addition & 1 deletion vakt/version.py
Expand Up @@ -2,7 +2,7 @@
Version for vakt package
"""

__version__ = '1.2.1'
__version__ = '1.3.0'


def version_info():
Expand Down

0 comments on commit 62365c6

Please sign in to comment.