diff --git a/CHANGELOG.md b/CHANGELOG.md index df040f9..cc04e6b 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.2.0 - 2024-11-01 ### Added - Add PATH logging to the entrypoint script diff --git a/Makefile b/Makefile index d18462e..ec55a23 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version ?= 1.1.1-pre.0 +version ?= 1.2.0 ci: deps lint