From 206a9848667f0af5a763edb1dcb5326565c5341f Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Tue, 2 Jul 2024 05:57:48 -0700 Subject: [PATCH] Bumps version to 1.6.1 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 414d4f4..8963bb1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.0 +current_version = 1.6.1 commit = True message = Bumps version to {new_version} tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ff29ff..5040ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.1](https://github.com/plus3it/actions-workflows/releases/tag/1.6.1) + +**Released**: 2024.07.02 + +* Quotes inputs for lint action to support multiple targets + ### [1.6.0](https://github.com/plus3it/actions-workflows/releases/tag/1.6.0) **Released**: 2024.06.04