diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eec6e4..979f5c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [2.1.5] - 2024-10-14 + +This update introduces a critical bug fix + + + ## [2.1.4] - 2024-10-13 This update introduces minor bug fixes & improvements diff --git a/src/ncc/Classes/PhpExtension/Templates/github_ci_build.yml.tpl b/src/ncc/Classes/PhpExtension/Templates/github_ci_build.yml.tpl index 7c64135..9707fd8 100644 --- a/src/ncc/Classes/PhpExtension/Templates/github_ci_build.yml.tpl +++ b/src/ncc/Classes/PhpExtension/Templates/github_ci_build.yml.tpl @@ -40,7 +40,7 @@ - name: Build project run: | - ncc build --config %TPL_BUILD_NAME% --log-level debug + ncc build --config %TPL_BUILD_NAME% --build-source --log-level debug - name: Upload build artifact uses: actions/upload-artifact@v4 diff --git a/src/ncc/VERSION b/src/ncc/VERSION index c346e7a..c5864dc 100644 --- a/src/ncc/VERSION +++ b/src/ncc/VERSION @@ -1 +1 @@ -2.1.4 \ No newline at end of file +2.1.5 \ No newline at end of file diff --git a/src/ncc/version.json b/src/ncc/version.json index 70addb8..a441879 100644 --- a/src/ncc/version.json +++ b/src/ncc/version.json @@ -1,5 +1,5 @@ { - "version": "2.1.4", + "version": "2.1.5", "branch": "stable", "flags": [], "components": [