From 5cc3ccfde5bbe0d4402454d85657099ee1680e5c Mon Sep 17 00:00:00 2001 From: pakkunbot Date: Sat, 17 Aug 2024 12:56:12 +0000 Subject: [PATCH] Release version 1.1.0 --- CHANGELOG.md | 3 +-- Makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86afdbe..d9a9493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ 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 ccba2c5..6c6e2d4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version ?= 1.0.1-pre.0 +version ?= 1.1.0 ci: deps lint