diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 027e002..f7e0950 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.3.0 commit = True message = Bumps version to {new_version} tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index 5863ef4..e08d617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,29 @@ 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.3.0](https://github.com/plus3it/actions-workflows/releases/tag/1.3.0) + +**Released**: 2023.06.26 + +**Summary**: + +* Adds reusable workflow for testing salt formulas on Windows + +### [1.2.1](https://github.com/plus3it/actions-workflows/releases/tag/1.2.1) + +**Released**: 2023.06.20 + +**Summary**: + +* Improves the logic getting the current version to avoid multiple returns + ### [1.2.0](https://github.com/plus3it/actions-workflows/releases/tag/1.2.0) **Released**: 2023.05.22 **Summary**: -* Adds reusable workflow for testing salt formulas +* Adds reusable workflow for testing salt formulas on Linux ### [1.1.0](https://github.com/plus3it/actions-workflows/releases/tag/1.1.0)