diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a4c08d..048c56f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [1.3.0] - 2024-04-30 +## [1.3.0] - 2024-05-23 -### Changed -- Enhancement for the lookup plugin to support the extra-vars +### Added +- Lookup plugin supports configuration by Ansible variables + [cyberark/ansible-conjur-collection#203](https://github.com/cyberark/ansible-conjur-collection/pull/203) ## [1.2.2] - 2023-09-28 diff --git a/galaxy.yml b/galaxy.yml index 2438d082..b2009938 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: "cyberark" name: "conjur" -version: "1.2.2" +version: "1.3.0" readme: README.md authors: - CyberArk Business Development (@cyberark-bizdev)