From 8b4ac66f37c3c95fd6dc190aff662d279e6a8f2f Mon Sep 17 00:00:00 2001 From: funtigr Date: Thu, 30 Jan 2025 18:14:20 +0000 Subject: [PATCH] chore: release candidate v0.43.9 --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION | 2 +- app/package.json | 2 +- package.json | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5641d7f2..5971adf26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [0.43.9](https://github.com/bcgov/platform-services-registry/compare/v0.43.8...v0.43.9) (2025-01-30) + +### Features + +* **3116:** add MS365 mock integration test ([22124f0](https://github.com/bcgov/platform-services-registry/commit/22124f00f6ddaa1de5a45fdf7a4762c358f25188)) +* **3162:** implement integration tests for email workflows ([5c382cb](https://github.com/bcgov/platform-services-registry/commit/5c382cb639eddd2d8a37c987125c73a984f50ed9)) +* **4216:** upgrade MongoDB & Backup container versions ([2aee00a](https://github.com/bcgov/platform-services-registry/commit/2aee00ab2570d6db0fdcadaf06b82716492d6c4e)) +* **4749:** redirect 404 page to home page ([971be62](https://github.com/bcgov/platform-services-registry/commit/971be62b0b30197b52887266f4b07ba9cefc23b8)) +* **4771:** add data migration for Webhook URL duplication ([936dd37](https://github.com/bcgov/platform-services-registry/commit/936dd37f2d9e1e6b8bcf4fa4e7c69f4c7d95fcf0)) + +### Bug Fixes + +* **4802:** resolve EMou Authority information discrepancy ([2b7d7e7](https://github.com/bcgov/platform-services-registry/commit/2b7d7e720bd8f8c9e328ca0a79661efb714a5262)) + +### End-to-end Testing + +* **4311:** add delete request and delete approval tests public cloud ([2cab756](https://github.com/bcgov/platform-services-registry/commit/2cab7563d9a82fed98a9cbbcc2af161c8b0abeed)) +* **4311:** exceed timeout for e2e github action ([874f937](https://github.com/bcgov/platform-services-registry/commit/874f937c887f98a63db6409befc657be7cc1d665)) ## [0.43.8](https://github.com/bcgov/platform-services-registry/compare/v0.43.7...v0.43.8) (2025-01-25) ### Features diff --git a/VERSION b/VERSION index 78a8537bf..edd47b6ef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.43.8 +0.43.9 diff --git a/app/package.json b/app/package.json index 4a6a28dbb..0d685dfc1 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "pltsvc-app", "description": "B.C. Government's Platform Product Registry - App", - "version": "0.43.8", + "version": "0.43.9", "private": true, "scripts": { "dev": "next dev", diff --git a/package.json b/package.json index cea20322f..b5a60d66a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pltsvc", "description": "B.C. Government's Platform Product Registry", - "version": "0.43.8", + "version": "0.43.9", "private": true, "scripts": { "lint": "eslint --no-eslintrc --config .eslintrc.root.json .",