Skip to content

Commit 7a16aeb

Browse files
authored
Merge pull request #184 from cyberark/bump-version-to-5-3-4
Bump version to v5.3.4
2 parents feceb51 + b7941b8 commit 7a16aeb

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

lib/conjur-api/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -19,6 +19,6 @@
1919

2020
module Conjur
2121
class API
22-
VERSION = "5.3.3"
22+
VERSION = "5.3.4"
2323
end
2424
end

0 commit comments

Comments
 (0)