From ce0d3de00e482bd34ac3c90c0e94e898aa975386 Mon Sep 17 00:00:00 2001 From: Alan Cruikshanks Date: Fri, 19 Apr 2024 12:40:47 +0100 Subject: [PATCH] 0.18.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e144984ca..b540aeb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,39 @@ 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.18.0](https://github.com/DEFRA/water-abstraction-system/compare/v0.17.1...v0.18.0) + +- Select how often readings or volumes are reported page [`#910`](https://github.com/DEFRA/water-abstraction-system/pull/910) +- Select how often readings or volumes are collected page [`#899`](https://github.com/DEFRA/water-abstraction-system/pull/899) +- Select the returns cycle for the requirements for returns [`#876`](https://github.com/DEFRA/water-abstraction-system/pull/876) +- Fix fetching returns for two part tariff [`#920`](https://github.com/DEFRA/water-abstraction-system/pull/920) +- Bump ioredis from 5.4.0 to 5.4.1 [`#919`](https://github.com/DEFRA/water-abstraction-system/pull/919) +- Fix 2PT volume allocation [`#917`](https://github.com/DEFRA/water-abstraction-system/pull/917) +- Bump ioredis from 5.3.2 to 5.4.0 [`#915`](https://github.com/DEFRA/water-abstraction-system/pull/915) +- Bump @aws-sdk/client-s3 from 3.554.0 to 3.556.0 [`#914`](https://github.com/DEFRA/water-abstraction-system/pull/914) +- Enter the abstraction period for the requirements for returns page [`#847`](https://github.com/DEFRA/water-abstraction-system/pull/847) +- Add calculated column to two-part tariff persisted data [`#901`](https://github.com/DEFRA/water-abstraction-system/pull/901) +- Fix review licence page [`#902`](https://github.com/DEFRA/water-abstraction-system/pull/902) +- Mark Progress when reviewing Licence in 2PT Bill Run [`#894`](https://github.com/DEFRA/water-abstraction-system/pull/894) +- Bump @hapi/hapi from 21.3.8 to 21.3.9 [`#897`](https://github.com/DEFRA/water-abstraction-system/pull/897) +- Fix unique constraint issue in licences-update job [`#909`](https://github.com/DEFRA/water-abstraction-system/pull/909) +- Fix and update time-limited job [`#908`](https://github.com/DEFRA/water-abstraction-system/pull/908) +- Update /jobs/export to be a POST request [`#907`](https://github.com/DEFRA/water-abstraction-system/pull/907) +- New job to add new & updated licences to workflow [`#903`](https://github.com/DEFRA/water-abstraction-system/pull/903) +- Bump sass from 1.74.1 to 1.75.0 [`#904`](https://github.com/DEFRA/water-abstraction-system/pull/904) +- Bump @aws-sdk/client-s3 from 3.552.0 to 3.554.0 [`#905`](https://github.com/DEFRA/water-abstraction-system/pull/905) +- Bump @hapi/hapi from 21.3.8 to 21.3.9 [`#898`](https://github.com/DEFRA/water-abstraction-system/pull/898) +- Bump @aws-sdk/client-s3 from 3.550.0 to 3.552.0 [`#896`](https://github.com/DEFRA/water-abstraction-system/pull/896) +- Return requirements link referral [`#862`](https://github.com/DEFRA/water-abstraction-system/pull/862) +- Bump @aws-sdk/client-s3 from 3.549.0 to 3.550.0 [`#893`](https://github.com/DEFRA/water-abstraction-system/pull/893) +- Persisting purposes data to session database [`#877`](https://github.com/DEFRA/water-abstraction-system/pull/877) +- View match details for an element during 2PT review [`#871`](https://github.com/DEFRA/water-abstraction-system/pull/871) +- Bump @aws-sdk/client-s3 from 3.540.0 to 3.549.0 [`#892`](https://github.com/DEFRA/water-abstraction-system/pull/892) + #### [v0.17.1](https://github.com/DEFRA/water-abstraction-system/compare/v0.17.0...v0.17.1) +> 4 April 2024 + - Fix DetermineFinancialEndYearService [`#891`](https://github.com/DEFRA/water-abstraction-system/pull/891) #### [v0.17.0](https://github.com/DEFRA/water-abstraction-system/compare/v0.16.1...v0.17.0) diff --git a/package-lock.json b/package-lock.json index e55248cef..7aeb58d24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-system", - "version": "0.17.1", + "version": "0.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-system", - "version": "0.17.1", + "version": "0.18.0", "hasInstallScript": true, "license": "OGL-UK-3.0", "dependencies": { diff --git a/package.json b/package.json index b43df072b..dc4f2c361 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-system", - "version": "0.17.1", + "version": "0.18.0", "description": "System for managing water abstraction licences, including alerts, returns and billing", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",