Skip to content

Commit

Permalink
Merge pull request #90 from caseywilliams/3.1.0
Browse files Browse the repository at this point in the history
(MAINT) Update changelog and version for 3.1.0
  • Loading branch information
caseywilliams committed Aug 20, 2021
2 parents 97e4f44 + c99f958 commit 8ef010b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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/).

## v3.1.0 - 2021-08-20

### Changed

* Update `PuppetForge::Connection.authorization` so that it prepends the
required `Bearer ` string automatically to values that look like Forge API
keys. This won't affect values that already include `Bearer `.

## v3.0.0 - 2021-01-28

* Breaking: The `puppet_forge` gem now requires at least Ruby 2.4.0.
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 = '3.0.0' # Library version
VERSION = '3.1.0' # Library version
end

0 comments on commit 8ef010b

Please sign in to comment.