From b838c0ca4ac35b0c4abfa8d42b2476a434a774f4 Mon Sep 17 00:00:00 2001 From: barriserloth Date: Wed, 30 Nov 2022 14:42:49 -0800 Subject: [PATCH] (maint) Release prep for 4.0.0 Update changelog for major version 4.0.0 release --- CHANGELOG.md | 5 +++++ lib/puppet_forge/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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