Skip to content

Commit

Permalink
Merge pull request #184 from cyberark/bump-version-to-5-3-4
Browse files Browse the repository at this point in the history
Bump version to v5.3.4
  • Loading branch information
sgnn7 authored Oct 29, 2020
2 parents feceb51 + b7941b8 commit 7a16aeb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [5.3.4] - 2020-10-29

### Changed
- When rotating the currently logged in user's/host's API key, we now explictily
prevent use of `resource(<own_id>).rotate_api_key` for that action as the
`Conjur::API.rotate_api_key` should be used instead for that.
`Conjur::API.rotate_api_key` should be used instead for that. This change is a
downstream enforcement of the stricter key rotation requirements on the server
covered by [this](https://github.com/cyberark/conjur/security/advisories/GHSA-qhjf-g9gm-64jq)
security bulletin.
[cyberark/conjur-api-ruby#181](https://github.com/cyberark/conjur-api-ruby/issues/181)

## [5.3.3] - 2020-08-18
Expand Down Expand Up @@ -327,7 +332,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [2.0.0] - 2013-13-12

[Unreleased]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.3...HEAD
[Unreleased]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.4...HEAD
[5.3.4]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.3...v5.3.4
[5.3.3]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.1...v5.3.3
[5.3.1]: https://github.com/cyberark/conjur-api-ruby/compare/v5.3.0...v5.3.1
[5.3.0]: https://github.com/cyberark/conjur-api-ruby/compare/v5.1.0...v5.3.0
Expand Down
4 changes: 2 additions & 2 deletions lib/conjur-api/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2013-2017 Conjur Inc.
# Copyright 2013-2020 Conjur Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
# this software and associated documentation files (the "Software"), to deal in
Expand All @@ -19,6 +19,6 @@

module Conjur
class API
VERSION = "5.3.3"
VERSION = "5.3.4"
end
end

0 comments on commit 7a16aeb

Please sign in to comment.