File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 5.3.4] - 2020-10-29
10+
911### Changed
1012- When rotating the currently logged in user's/host's API key, we now explictily
1113 prevent use of ` resource(<own_id>).rotate_api_key ` for that action as the
12- ` Conjur::API.rotate_api_key ` should be used instead for that.
14+ ` Conjur::API.rotate_api_key ` should be used instead for that. This change is a
15+ downstream enforcement of the stricter key rotation requirements on the server
16+ covered by [ this] ( https://github.com/cyberark/conjur/security/advisories/GHSA-qhjf-g9gm-64jq )
17+ security bulletin.
1318 [ cyberark/conjur-api-ruby #181 ] ( https://github.com/cyberark/conjur-api-ruby/issues/181 )
1419
1520## [ 5.3.3] - 2020-08-18
@@ -327,7 +332,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
327332
328333## [ 2.0.0] - 2013-13-12
329334
330- [ Unreleased ] : https://github.com/cyberark/conjur-api-ruby/compare/v5.3.3...HEAD
335+ [ Unreleased ] : https://github.com/cyberark/conjur-api-ruby/compare/v5.3.4...HEAD
336+ [ 5.3.4 ] : https://github.com/cyberark/conjur-api-ruby/compare/v5.3.3...v5.3.4
331337[ 5.3.3 ] : https://github.com/cyberark/conjur-api-ruby/compare/v5.3.1...v5.3.3
332338[ 5.3.1 ] : https://github.com/cyberark/conjur-api-ruby/compare/v5.3.0...v5.3.1
333339[ 5.3.0 ] : https://github.com/cyberark/conjur-api-ruby/compare/v5.1.0...v5.3.0
Original file line number Diff line number Diff line change 1- # Copyright 2013-2017 Conjur Inc.
1+ # Copyright 2013-2020 Conjur Inc.
22#
33# Permission is hereby granted, free of charge, to any person obtaining a copy of
44# this software and associated documentation files (the "Software"), to deal in
1919
2020module Conjur
2121 class API
22- VERSION = "5.3.3 "
22+ VERSION = "5.3.4 "
2323 end
2424end
You can’t perform that action at this time.
0 commit comments