diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a9493..5b436d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + ## 1.1.0 - 2024-08-17 ### Added - Add environment file support for using environment variables within the shell command diff --git a/Makefile b/Makefile index 6c6e2d4..d18462e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version ?= 1.1.0 +version ?= 1.1.1-pre.0 ci: deps lint