diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3d03a1e..e3ef2b5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.1 +current_version = 1.5.0 commit = True message = Bumps version to {new_version} tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index dadeaf5..bac27f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.5.0](https://github.com/plus3it/actions-workflows/releases/tag/1.5.0) + +**Released**: 2024.02.22 + +**Summary**: + +* Updates salt workflows with option to install python requirements into salt + runtime + ### [1.4.1](https://github.com/plus3it/actions-workflows/releases/tag/1.4.1) **Released**: 2024.02.21