Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): release candidate v0.43.9 #4806

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.43.8
0.43.9
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 .",
Expand Down
Loading