Skip to content

Commit 8c8b810

Browse files
chore: GCForms API release v1.7.3
1 parent 070f6ed commit 8c8b810

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
* 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))
17+
* 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))
18+
319
## [1.7.2](https://github.com/cds-snc/forms-api/compare/v1.7.1...v1.7.2) (2026-02-16)
420

521

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)