diff --git a/CHANGELOG.md b/CHANGELOG.md index c974b90..5f7f387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [4.11.0](https://github.com/roggervalf/iam-policies/compare/v4.10.0...v4.11.0) (2021-05-31) + + +### Features + +* **date:** adding matching after a specific date and time operator (dateGreaterThan) ([9e5c93d](https://github.com/roggervalf/iam-policies/commit/9e5c93dd1c755614eb4090d8cb2d3a31df041187)) +* **date:** adding matching at or after a specific date and time operator (dateGreaterThanEquals) ([a0e84ca](https://github.com/roggervalf/iam-policies/commit/a0e84ca5a4a7c5dfad4cfbf1a3ddae832a1f1d58)) + # [4.10.0](https://github.com/roggervalf/iam-policies/compare/v4.9.0...v4.10.0) (2021-05-29) diff --git a/package.json b/package.json index ed2f7bf..7a474f1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "license": "MIT", "description": "Identity based policies library", - "version": "4.10.0", + "version": "4.11.0", "keywords": [ "iam", "policies",