diff --git a/CHANGELOG.md b/CHANGELOG.md index 28b48f8e02..d3e3be82d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.17.0](https://github.com/bcgov/cas-cif/compare/1.16.5...1.17.0) (2024-05-24) + +### Features + +- switch diff fields to only show the latest committed, and what will change (no states in between) ([daed4ae](https://github.com/bcgov/cas-cif/commit/daed4aee09dd70066e74cfc0b1691a0c6cbeecae)) + ## [1.16.5](https://github.com/bcgov/cas-cif/compare/1.16.4...1.16.5) (2024-05-22) - use the default crunchy image instead of a pinned version ([f20c126](https://github.com/bcgov/cas-cif/commit/f20c1264065faa0d61a2c53a007a161021ad94fe)) diff --git a/package.json b/package.json index d0c683f017..46225e6db6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cas-cif", - "version": "1.16.5", + "version": "1.17.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 9ccf4e670c..185492c0ef 100644 --- a/schema/sqitch.plan +++ b/schema/sqitch.plan @@ -373,3 +373,4 @@ mutations/commit_form_change [mutations/commit_form_change@1.15.0] 2023-11-22T19 @1.16.3 2024-04-17T20:38:30Z Mike Vesprini # release v1.16.3 @1.16.4 2024-05-15T17:36:42Z Mike Vesprini # release v1.16.4 @1.16.5 2024-05-22T23:00:27Z Mike Vesprini # release v1.16.5 +@1.17.0 2024-05-24T21:29:42Z Mike Vesprini # release v1.17.0