Skip to content

Commit

Permalink
Merge pull request #1872 from bcgov/chore/release
Browse files Browse the repository at this point in the history
chore: release v1.15.0
  • Loading branch information
Sepehr-Sobhani authored Oct 4, 2023
2 parents 10f5232 + 427472d commit 09d3c68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "cas-cif",
"version": "1.14.0",
"version": "1.15.0",
"main": "index.js",
"repository": "https://github.com/bcgov/cas-cif.git",
"author": "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]] 2023-09-07T20:12:19Z Dylan Leard <[email protected]> # Migration: actual amount should calculate based on maximum_performance_milestone_amount
@1.14.0 2023-09-26T22:35:17Z Josh Larouche <[email protected]> # release v1.14.0
functions/handle_milestone_form_change_commit [functions/[email protected]] 2023-09-29T20:17:51Z Sepehr Sobhani <[email protected]> # Update commit handler to fix the issue with archiving milestones
@1.15.0 2023-10-03T21:35:32Z Sepehr Sobhani <[email protected]> # release v1.15.0

0 comments on commit 09d3c68

Please sign in to comment.