Skip to content

Commit 6423631

Browse files
chore: GCForms API release v1.7.3 (#302)
Co-authored-by: cds-snc-release-bot[bot] <209540785+cds-snc-release-bot[bot]@users.noreply.github.com>
1 parent 40486a6 commit 6423631

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.2"
2+
".": "1.7.3"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.7.3](https://github.com/cds-snc/forms-api/compare/v1.7.2...v1.7.3) (2026-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* force SSL connection with database ([#306](https://github.com/cds-snc/forms-api/issues/306)) ([070f6ed](https://github.com/cds-snc/forms-api/commit/070f6ede879d0fb4fa4f86b0381b48a05b1d5ea3))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **deps:** lock file maintenance ([#305](https://github.com/cds-snc/forms-api/issues/305)) ([2e0bbc5](https://github.com/cds-snc/forms-api/commit/2e0bbc527998bce75d1ea7b9b502156dca70df42))
14+
* **deps:** update all non-major github action dependencies ([#303](https://github.com/cds-snc/forms-api/issues/303)) ([15db1a5](https://github.com/cds-snc/forms-api/commit/15db1a5205186ccaa41fc9d9c7ec5b342022fc80))
15+
* **deps:** update pnpm to v10.29.3 ([#304](https://github.com/cds-snc/forms-api/issues/304)) ([de5a3ff](https://github.com/cds-snc/forms-api/commit/de5a3ff5c46cb2078789f99d8b587ead0db40c76))
16+
* replace pg-promise with gcforms/connectors package ([#307](https://github.com/cds-snc/forms-api/issues/307)) ([40486a6](https://github.com/cds-snc/forms-api/commit/40486a6c2e71935fa7d8eb91753527704c39f3c2))
17+
* synced file(s) with cds-snc/site-reliability-engineering ([#301](https://github.com/cds-snc/forms-api/issues/301)) ([6e88fd0](https://github.com/cds-snc/forms-api/commit/6e88fd0f2fb97c5227b39ca058f3f52682ca94bc))
18+
* synced local '.github/workflows/export_github_data.yml' with remote 'tools/sre_file_sync/export_github_data.yml' ([6e88fd0](https://github.com/cds-snc/forms-api/commit/6e88fd0f2fb97c5227b39ca058f3f52682ca94bc))
19+
320
## [1.7.2](https://github.com/cds-snc/forms-api/compare/v1.7.1...v1.7.2) (2026-02-16)
421

522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forms-api",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "Machine-to-machine interface for downloading form submissions",
55
"repository": "git@github.com:cds-snc/forms-api.git",
66
"type": "module",

0 commit comments

Comments
 (0)