From 572c5fda77bc6d54392da08c364629e42afcc017 Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Fri, 16 Aug 2024 11:18:25 -0700 Subject: [PATCH] Bumps version to 1.6.2 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8963bb1..9e8358c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.1 +current_version = 1.6.2 commit = True message = Bumps version to {new_version} tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index 5040ce5..e6b1cfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +### [1.6.2](https://github.com/plus3it/actions-workflows/releases/tag/1.6.2) + +**Released**: 2024.08.16 + +* Updates actions/checkout steps to use current v4 release, since EL7 containers + no longer need to be supported. + ### [1.6.1](https://github.com/plus3it/actions-workflows/releases/tag/1.6.1) **Released**: 2024.07.02