From e9ac75f3c219865de780b120c10546618b479756 Mon Sep 17 00:00:00 2001 From: Alan Cruikshanks Date: Thu, 12 Sep 2024 10:47:34 +0100 Subject: [PATCH] 0.22.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7068b59e76..639269ee7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,29 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.22.0](https://github.com/DEFRA/water-abstraction-system/compare/v0.21.0...v0.22.0) + +- Incorrect status showing on licence set up page [`#1325`](https://github.com/DEFRA/water-abstraction-system/pull/1325) +- Bump @aws-sdk/client-s3 from 3.649.0 to 3.650.0 [`#1326`](https://github.com/DEFRA/water-abstraction-system/pull/1326) +- Put 2PT tariff supplementary option behind flag [`#1324`](https://github.com/DEFRA/water-abstraction-system/pull/1324) +- Increase licence and bill-runs controller test coverage [`#1323`](https://github.com/DEFRA/water-abstraction-system/pull/1323) +- Create seeder for `charge_categories` [`#1312`](https://github.com/DEFRA/water-abstraction-system/pull/1312) +- Bump @aws-sdk/client-s3 from 3.645.0 to 3.649.0 [`#1322`](https://github.com/DEFRA/water-abstraction-system/pull/1322) +- Bump big.js from 6.2.1 to 6.2.2 [`#1321`](https://github.com/DEFRA/water-abstraction-system/pull/1321) +- Amend supplementary billing editing return journey [`#1320`](https://github.com/DEFRA/water-abstraction-system/pull/1320) +- Add wlrs licence id to the nald licence import [`#1319`](https://github.com/DEFRA/water-abstraction-system/pull/1319) +- Add external id to contacts view. [`#1318`](https://github.com/DEFRA/water-abstraction-system/pull/1318) +- Update approve new return req. to use new points [`#1315`](https://github.com/DEFRA/water-abstraction-system/pull/1315) +- Fix use of new points in setup ret. req. journey [`#1314`](https://github.com/DEFRA/water-abstraction-system/pull/1314) +- Update Return req set up journey to use new points [`#1301`](https://github.com/DEFRA/water-abstraction-system/pull/1301) +- Fix import licence log silencer [`#1313`](https://github.com/DEFRA/water-abstraction-system/pull/1313) +- Bump @aws-sdk/client-s3 from 3.637.0 to 3.645.0 [`#1310`](https://github.com/DEFRA/water-abstraction-system/pull/1310) +- Import company data for a licence [`#1304`](https://github.com/DEFRA/water-abstraction-system/pull/1304) + #### [v0.21.0](https://github.com/DEFRA/water-abstraction-system/compare/v0.20.0...v0.21.0) +> 5 September 2024 + - Fix incorrect edit link for void returns [`#1311`](https://github.com/DEFRA/water-abstraction-system/pull/1311) - Add external id to companies view. [`#1309`](https://github.com/DEFRA/water-abstraction-system/pull/1309) - Add missed ModLog and Points models to test loader [`#1308`](https://github.com/DEFRA/water-abstraction-system/pull/1308) diff --git a/package-lock.json b/package-lock.json index aba242f479..2542d6194e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-system", - "version": "0.21.0", + "version": "0.22.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-system", - "version": "0.21.0", + "version": "0.22.0", "hasInstallScript": true, "license": "OGL-UK-3.0", "dependencies": { diff --git a/package.json b/package.json index f95c39b571..c104aae888 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-system", - "version": "0.21.0", + "version": "0.22.0", "description": "System for managing water abstraction licences, including alerts, returns and billing", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",