From 3351afd875333c80cfad6ef55a4aadb50b9ab6bb 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:49:53 +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 093be7e..64e0684 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.1" + ".": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b059ae8..4bc57f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/bcit-tlu/qcon-api/compare/v1.6.1...v1.7.0) (2026-05-25) + + +### Features + +* **ci:** add Python lint job with ruff ([0a86497](https://github.com/bcit-tlu/qcon-api/commit/0a864976c44143ba6087324dd5f9d1349e52a5b2)) + ## [1.6.1](https://github.com/bcit-tlu/qcon-api/compare/v1.6.0...v1.6.1) (2026-05-25) diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 94f491c..025ba9b 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.1 # x-release-please-version -appVersion: "1.6.1" # x-release-please-version +version: 1.7.0 # x-release-please-version +appVersion: "1.7.0" # x-release-please-version