From 2f8d005cc4a181e6277540b5742e861899bc22fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 04:17:15 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ charts/Chart.yaml | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d1bebe..093be7e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cda3e01..b059ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.1](https://github.com/bcit-tlu/qcon-api/compare/v1.6.0...v1.6.1) (2026-05-25) + + +### Bug Fixes + +* remove stale release-as and fix CLASSPATH undefined var warning ([dec0ea3](https://github.com/bcit-tlu/qcon-api/commit/dec0ea3c8a57a32b259ef7cce76ea60d4bd63548)) + ## [1.6.0](https://github.com/bcit-tlu/qcon-api/compare/v0.3.0...v1.6.0) (2026-05-25) diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 713b52d..94f491c 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: qcon-api description: Qcon API — Word-to-SCORM question converter backend type: application -version: 1.6.0 # x-release-please-version -appVersion: "1.6.0" # x-release-please-version +version: 1.6.1 # x-release-please-version +appVersion: "1.6.1" # x-release-please-version