From f8b60314c40754116243b18eff3f320cb951cf70 Mon Sep 17 00:00:00 2001
From: SeSo <sobhani.sepehr@gmail.com>
Date: Thu, 12 Dec 2024 10:03:16 -0800
Subject: [PATCH] chore: release v1.16.0

---
 CHANGELOG.md                                  | 22 +++++++++++++++++++
 bc_obps/common/migrations/0027_V1_16_0.py     | 12 ++++++++++
 .../registration/migrations/0062_V1_16_0.py   | 12 ++++++++++
 package.json                                  |  2 +-
 4 files changed, 47 insertions(+), 1 deletion(-)
 create mode 100644 bc_obps/common/migrations/0027_V1_16_0.py
 create mode 100644 bc_obps/registration/migrations/0062_V1_16_0.py

diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb1f8e9dc4..d0c5c95f28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,25 @@
+# [1.16.0](https://github.com/bcgov/cas-registration/compare/v1.15.0...v1.16.0) (2024-12-12)
+
+### Bug Fixes
+
+- additional data nav buttons ([2676232](https://github.com/bcgov/cas-registration/commit/267623284e235fb01d7f79ae8234363d7aacaa11))
+- crash on removing all items from a multiselect widget ([cd7004b](https://github.com/bcgov/cas-registration/commit/cd7004b802f6b052bef7d7fa59a5954d32447e76))
+- Fix reporting step buttons on attachments and allocation pages ([d1097af](https://github.com/bcgov/cas-registration/commit/d1097af4de1516f7705810a33b2cbdf7a33c918b))
+- formState is not persisted across activity pages ([d096887](https://github.com/bcgov/cas-registration/commit/d096887a021b4ae429da0a92eb280469feb8c7cd))
+- minimum item count in products and activities for an operation ([0839662](https://github.com/bcgov/cas-registration/commit/08396624bbf4a85e1f535d90dcbaa53e6b71994b))
+- submit blocked when validation failed once ([5dbb0df](https://github.com/bcgov/cas-registration/commit/5dbb0dfb5e6f5ab76e1f4a19b3f368a5db860d82))
+
+### Features
+
+- Add alumina production JSON Schemas and UISchemas + rebase/style/field type edits ([1e22802](https://github.com/bcgov/cas-registration/commit/1e22802c335feb738f1726895839800d92f1db9b))
+- Add reporting step buttons component for reporting forms, separating save and continue buttons ([da2b6ac](https://github.com/bcgov/cas-registration/commit/da2b6acdd617872378c925d613a5497d204a7cff))
+- allocation of emissions ([38aad11](https://github.com/bcgov/cas-registration/commit/38aad11f8b682992081f2d09a072c3669a1b9b5a))
+- new page for final report review ([abf15f0](https://github.com/bcgov/cas-registration/commit/abf15f08ded8590c9d84bfefd535122a29b385d9))
+
+### Reverts
+
+- Revert "test: v2 endpoint tests" ([505897a](https://github.com/bcgov/cas-registration/commit/505897af1a090d7a8115d445af738a31c0a3052d))
+
 # [1.15.0](https://github.com/bcgov/cas-registration/compare/v1.14.0...v1.15.0) (2024-11-27)
 
 ### Features
diff --git a/bc_obps/common/migrations/0027_V1_16_0.py b/bc_obps/common/migrations/0027_V1_16_0.py
new file mode 100644
index 0000000000..5459fa7070
--- /dev/null
+++ b/bc_obps/common/migrations/0027_V1_16_0.py
@@ -0,0 +1,12 @@
+# Generated by Django 5.0.9 on 2024-12-12 18:02
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('common', '0026_update_dashboard_data_20241206_1633'),
+    ]
+
+    operations = []
diff --git a/bc_obps/registration/migrations/0062_V1_16_0.py b/bc_obps/registration/migrations/0062_V1_16_0.py
new file mode 100644
index 0000000000..fc4e18c535
--- /dev/null
+++ b/bc_obps/registration/migrations/0062_V1_16_0.py
@@ -0,0 +1,12 @@
+# Generated by Django 5.0.9 on 2024-12-12 18:02
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('registration', '0061_remove_naics_code'),
+    ]
+
+    operations = []
diff --git a/package.json b/package.json
index 8eb046bb41..04a8b2d068 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cas-registration",
-  "version": "1.15.0",
+  "version": "1.16.0",
   "main": "index.js",
   "repository": "https://github.com/bcgov/cas-registration.git",
   "author": "ggircs@gov.bc.ca",