diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7ddfb9de..c6ab92aa6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.16.3](https://github.com/bcgov/cas-cif/compare/1.16.2...1.16.3) (2024-04-17) + +- rebase pending revisions when committing a project revision ([983ad50](https://github.com/bcgov/cas-cif/commit/983ad506cf45862a717425152ca8ca8a054fc9bb)) + ## [1.16.2](https://github.com/bcgov/cas-cif/compare/1.16.1...1.16.2) (2024-02-23) ### Bug Fixes diff --git a/package.json b/package.json index 6898c79452..b743561165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cas-cif", - "version": "1.16.2", + "version": "1.16.3", "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 5f80208ae5..edd0e8c210 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -370,3 +370,4 @@ functions/jsonb_minus 2023-10-30T19:55:55Z Mike Vesprini # Func mutations/commit_form_change_internal [mutations/commit_form_change_internal@1.15.0] 2023-10-30T21:34:15Z Mike Vesprini # Handle rebasing when committing with another pending revision on the same project" mutations/commit_project_revision [mutations/commit_project_revision@1.15.0] 2023-10-31T00:07:01Z Mike Vesprini # Update function to pass new parameters to commit_form_change_internal mutations/commit_form_change [mutations/commit_form_change@1.15.0] 2023-11-22T19:00:00Z Mike Vesprini # Add pending project revision id to args of commit_form_change_internal call +@1.16.3 2024-04-17T20:38:30Z Mike Vesprini # release v1.16.3