Skip to content

Commit

Permalink
chore: GCForms API release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sre-read-write[bot] authored Nov 14, 2024
1 parent d2ec486 commit e9f7d0a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.3.0"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [1.3.0](https://github.com/cds-snc/forms-api/compare/v1.2.0...v1.3.0) (2024-11-14)


### Features

* token bucket rate limiting ([#91](https://github.com/cds-snc/forms-api/issues/91)) ([201b6c4](https://github.com/cds-snc/forms-api/commit/201b6c4bc6291f688cc4d300b3c346337cef98d1))


### Bug Fixes

* Add rate limiting audit log ([#109](https://github.com/cds-snc/forms-api/issues/109)) ([39469ec](https://github.com/cds-snc/forms-api/commit/39469ec580d917cc0bb431f4eb732db610bb0320))
* **deps:** update all minor dependencies ([#107](https://github.com/cds-snc/forms-api/issues/107)) ([5129297](https://github.com/cds-snc/forms-api/commit/512929773e0b81092fd4192901fb100e93b91c50))


### Miscellaneous Chores

* **deps:** lock file maintenance ([#100](https://github.com/cds-snc/forms-api/issues/100)) ([2a76214](https://github.com/cds-snc/forms-api/commit/2a76214eb68852c619e8cd329aaf3b4c99e91afc))
* **deps:** lock file maintenance ([#108](https://github.com/cds-snc/forms-api/issues/108)) ([397cb65](https://github.com/cds-snc/forms-api/commit/397cb65d36fca94b79d8effccbcd6ba0baa022fc))
* **deps:** update all non-major github action dependencies ([#106](https://github.com/cds-snc/forms-api/issues/106)) ([e314724](https://github.com/cds-snc/forms-api/commit/e3147244ca65967bef624736089a2646638db271))
* **deps:** update all non-major github action dependencies ([#97](https://github.com/cds-snc/forms-api/issues/97)) ([30c3c6c](https://github.com/cds-snc/forms-api/commit/30c3c6c2d677ca113ba66522d1fd52719479db56))
* **deps:** update node.js to v22.10.0 ([#98](https://github.com/cds-snc/forms-api/issues/98)) ([7d070fa](https://github.com/cds-snc/forms-api/commit/7d070fa3f7ec9c107527cbe0eec3aa1a8b6438a2))
* **deps:** update pnpm to v9.12.3 ([#99](https://github.com/cds-snc/forms-api/issues/99)) ([84fda56](https://github.com/cds-snc/forms-api/commit/84fda56cf47f61249fecfe847d368a2bbf4fd581))


### Code Refactoring

* Authentication code and audit logs refactor ([#103](https://github.com/cds-snc/forms-api/issues/103)) ([d2ec486](https://github.com/cds-snc/forms-api/commit/d2ec48684fee00d46134370496df9f1518fb130c))

## [1.2.0](https://github.com/cds-snc/forms-api/compare/v1.1.0...v1.2.0) (2024-11-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forms-api",
"version": "1.2.0",
"version": "1.3.0",
"description": "Machine-to-machine interface for downloading form submissions",
"repository": "git@github.com:cds-snc/forms-api.git",
"type": "module",
Expand Down

0 comments on commit e9f7d0a

Please sign in to comment.