diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e3cbf743..d551b488f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [1.18.5] - 2022-09-14 +### Added +- List request (`GET /resources`) now produce audit events. + ([cyberark/conjur#2652](https://github.com/cyberark/conjur/pull/2652) + ## [1.18.4] - 2022-09-11 ### Added diff --git a/app/controllers/resources_controller.rb b/app/controllers/resources_controller.rb index 93a404292d..6def8273eb 100644 --- a/app/controllers/resources_controller.rb +++ b/app/controllers/resources_controller.rb @@ -57,7 +57,7 @@ def index end audit_list_success(options) render(json: result) - end + end def show render(json: resource)