Skip to content

Commit

Permalink
Merge pull request #111 from binford2k/release_thread_safety
Browse files Browse the repository at this point in the history
Releasing v5.0.2 with thread safety fix
  • Loading branch information
binford2k committed Sep 29, 2023
2 parents 7902337 + 1f68849 commit 4a9b599
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 @@ -3,6 +3,10 @@
Starting with v2.0.0, all notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## v5.0.2 - 2023-09-29
* Correct a Digest call making this thread-safe and allowing for concurrent r10k deploys.
Thanks to @cmd-ntrf for fixing it and to @baurmatt for tracking it down in the first place.

## v5.0.1 - 2023-07-10
* Update README to reflect accurate Ruby requirement and `faraday` gem dependency
## v5.0.0 - 2023-05-07
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet_forge/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PuppetForge
VERSION = '5.0.1' # Library version
VERSION = '5.0.2' # Library version
end

0 comments on commit 4a9b599

Please sign in to comment.