From 616c3dd63652941bf0432ee82cd21c612e111c83 Mon Sep 17 00:00:00 2001 From: "cds-snc-release-bot[bot]" <209540785+cds-snc-release-bot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 14:32:03 +0000 Subject: [PATCH] chore: GCForms API release v1.7.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0972da8..f2ada20b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.1" + ".": "1.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 12319515..a1193b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.7.2](https://github.com/cds-snc/forms-api/compare/v1.7.1...v1.7.2) (2026-01-07) + + +### Miscellaneous Chores + +* **deps:** lock file maintenance ([#267](https://github.com/cds-snc/forms-api/issues/267)) ([e3a05cd](https://github.com/cds-snc/forms-api/commit/e3a05cd701d8de562788f077dc54894251823a02)) +* **deps:** lock file maintenance ([#273](https://github.com/cds-snc/forms-api/issues/273)) ([96403ef](https://github.com/cds-snc/forms-api/commit/96403efc73229eddbeb50a7bca56f071ee6ad55d)) +* **deps:** lock file maintenance ([#276](https://github.com/cds-snc/forms-api/issues/276)) ([e2eabd1](https://github.com/cds-snc/forms-api/commit/e2eabd1ec4766aebbdab41a700ac4b3f9ec6a9ad)) +* **deps:** update all minor dependencies ([#275](https://github.com/cds-snc/forms-api/issues/275)) ([6f01162](https://github.com/cds-snc/forms-api/commit/6f01162ccb422f3095cb5ca5bbb57a982b340b95)) +* **deps:** update all non-major github action dependencies ([#274](https://github.com/cds-snc/forms-api/issues/274)) ([54ffc00](https://github.com/cds-snc/forms-api/commit/54ffc0073f7c166d9106604cefa8728893981d3d)) +* **deps:** update all patch dependencies ([#270](https://github.com/cds-snc/forms-api/issues/270)) ([bee77d4](https://github.com/cds-snc/forms-api/commit/bee77d4aea3d166edb54d61fed3fefd535fe19fa)) +* **deps:** update aws-actions/amazon-ecs-deploy-task-definition action to v2.5.0 ([#266](https://github.com/cds-snc/forms-api/issues/266)) ([593c128](https://github.com/cds-snc/forms-api/commit/593c1288c89455224597b2ad124afda73e788792)) +* **deps:** update mcr.microsoft.com/vscode/devcontainers/base:debian docker digest to 30b0a0c ([#272](https://github.com/cds-snc/forms-api/issues/272)) ([45440d1](https://github.com/cds-snc/forms-api/commit/45440d1b826cb30ba6f3c706bfc6efffa1787b32)) +* update pnpm to v10 ([#269](https://github.com/cds-snc/forms-api/issues/269)) ([33cd80d](https://github.com/cds-snc/forms-api/commit/33cd80d47a2f1dd28601c22cdd72d957c040f5fd)) + ## [1.7.1](https://github.com/cds-snc/forms-api/compare/v1.7.0...v1.7.1) (2025-12-01) diff --git a/package.json b/package.json index a8f7bbdd..112ed6b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forms-api", - "version": "1.7.1", + "version": "1.7.2", "description": "Machine-to-machine interface for downloading form submissions", "repository": "git@github.com:cds-snc/forms-api.git", "type": "module",