Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aloncarmel111 committed Sep 15, 2022
1 parent 4a850cf commit 3b66ad5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/resources_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def index
end
audit_list_success(options)
render(json: result)
end
end

def show
render(json: resource)
Expand Down

0 comments on commit 3b66ad5

Please sign in to comment.