diff --git a/CHANGELOG.md b/CHANGELOG.md index b163705..b218c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ 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/). +## v4.0.0 - 2022-11-30 + +* Breaking: The `puppet_forge` gem now requires at least Ruby 2.6.0 +* Update `faraday` gem to 2.x series + ## v3.2.0 - 2021-11-09 * Allow requests to follow redirects diff --git a/lib/puppet_forge/version.rb b/lib/puppet_forge/version.rb index 5f6b37b..8d3ea2a 100644 --- a/lib/puppet_forge/version.rb +++ b/lib/puppet_forge/version.rb @@ -1,3 +1,3 @@ module PuppetForge - VERSION = '3.2.0' # Library version + VERSION = '4.0.0' # Library version end