diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc3b49e12..4794973543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [1.13.0](https://github.com/bcgov/cas-cif/compare/1.12.0...1.13.0) (2023-09-05) + +### Bug Fixes + +- update milestone form change commit handler to not update archived records ([a7d189a](https://github.com/bcgov/cas-cif/commit/a7d189adef59ffa39d56ccd2e38c00ae44c5b66f)) +- fixed multiple attachment diffs showing properly ([c4e8d3a](https://github.com/bcgov/cas-cif/commit/c4e8d3a5bc093f0f298dab303d0ed879a127f9fb)) + +### Features + +- add tooltips to amendments and general revisions ([888289f](https://github.com/bcgov/cas-cif/commit/888289f22191b2d7bc78ba51080a309da0f37c8e)) + # [1.12.0](https://github.com/bcgov/cas-cif/compare/1.10.0...1.12.0) (2023-08-15) ### Bug Fixes diff --git a/package.json b/package.json index cf868b80d8..528aae24bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cas-cif", - "version": "1.12.0", + "version": "1.13.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 8a70fb7e88..c2e87a728f 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -354,3 +354,4 @@ migrations/009_rebuild_project_summary_history 2023-08-04T22:08:03Z Brianna Cerk computed_columns/project_milestone_status 2023-08-08T16:07:16Z Brianna Cerkiewicz # Create computed column to calculate a project's milestone status (late, complete, not due, etc.) @1.12.0 2023-08-15T23:37:54Z Sepehr Sobhani # release v1.12.0 functions/handle_milestone_form_change_commit [functions/handle_milestone_form_change_commit@1.12.0] 2023-08-31T18:47:59Z Sepehr Sobhani # Update commit handler to fix the issue with updating archived records +@1.13.0 2023-09-05T22:09:47Z Sepehr Sobhani # release v1.13.0