diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc8bf0..bb8400a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +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). -## [1.1.2] - Ongoing +## [1.1.2] - 2024-12-27 This update introduces minor improvements diff --git a/Makefile b/Makefile index 5f919db..97f1fe0 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ all: build build: ncc build --config=$(CONFIG) --log-level $(LOG_LEVEL) -install: +install: build ncc package install --package=$(PACKAGE) --skip-dependencies --build-source --reinstall -y --log-level $(LOG_LEVEL) clean: