Skip to content

Commit

Permalink
Update CHANGELOG (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-artzi committed May 10, 2021
1 parent 94e0eec commit 12c8fa2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Fix bug where running `conjurctl server` or `conjurctl account create` with
passwords that contain `,`s sent via stdin raised an error.
[cyberark/conjur#2159](https://github.com/cyberark/conjur/issues/2159)

### Security
- Upgrade Rails to 5.2.5 to resolve CVE-2021-22885
[cyberark/conjur#2149](https://github.com/cyberark/conjur/issues/2149)
Expand All @@ -14,7 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Fix bug where running `conjurctl server` or `conjurctl account create` with
non-alpha-numeric passwords sent via stdin raised an error.
[cyberark/conjur#2083](https://github.com/cyberark/conjur/issues/2083)
[cyberark/conjur#2114](https://github.com/cyberark/conjur/issues/2114)

### Changed
- The batch secret retrieval endpoint now returns a 406 Not Acceptable instead
Expand Down

0 comments on commit 12c8fa2

Please sign in to comment.