diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d3ec2fc3e..d05b273b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.15.0](https://github.com/bcgov/cas-cif/compare/1.12.0...1.15.0) (2023-10-03) + +### Bug Fixes + +- update milestone form change commit handler to not update archived records ([bece997](https://github.com/bcgov/cas-cif/commit/bece9972a626d09e68eb1a57a4456fe93f240e26)) + # [1.14.0](https://github.com/bcgov/cas-cif/compare/1.10.0...1.14.0) (2023-09-26) ### Bug Fixes diff --git a/package.json b/package.json index b82c352eb8..d436d2934a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cas-cif", - "version": "1.14.0", + "version": "1.15.0", "main": "index.js", "repository": "https://github.com/bcgov/cas-cif.git", "author": "ggircs@gov.bc.ca", diff --git a/schema/sqitch.plan b/schema/sqitch.plan index 6265303236..082e4eb39e 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -362,3 +362,4 @@ computed_columns/form_change_total_project_value [computed_columns/form_change_t computed_columns/form_change_actual_performance_milestone_amount [computed_columns/form_change_actual_performance_milestone_amount@1.13.0] 2023-09-07T20:12:19Z Dylan Leard # Migration: actual amount should calculate based on maximum_performance_milestone_amount @1.14.0 2023-09-26T22:35:17Z Josh Larouche # release v1.14.0 functions/handle_milestone_form_change_commit [functions/handle_milestone_form_change_commit@1.14.0] 2023-09-29T20:17:51Z Sepehr Sobhani # Update commit handler to fix the issue with archiving milestones +@1.15.0 2023-10-03T21:35:32Z Sepehr Sobhani # release v1.15.0