Skip to content

Commit

Permalink
0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks committed Nov 10, 2024
1 parent f78b8ba commit 6b15175
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,47 @@ 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.25.0](https://github.com/DEFRA/water-abstraction-system/compare/v0.24.0...v0.25.0)

- Move 2PT review result tables into 'water' schema [`#1472`](https://github.com/DEFRA/water-abstraction-system/pull/1472)
- Move 2PT match and allocate logic to own folder [`#1471`](https://github.com/DEFRA/water-abstraction-system/pull/1471)
- Fix broken return version start date page [`#1469`](https://github.com/DEFRA/water-abstraction-system/pull/1469)
- Bump @aws-sdk/client-s3 from 3.685.0 to 3.687.0 [`#1468`](https://github.com/DEFRA/water-abstraction-system/pull/1468)
- Tidy up two-part tariff review code and routes [`#1443`](https://github.com/DEFRA/water-abstraction-system/pull/1443)
- Bump mock-fs from 5.4.0 to 5.4.1 [`#1459`](https://github.com/DEFRA/water-abstraction-system/pull/1459)
- Bump @aws-sdk/client-s3 from 3.679.0 to 3.685.0 [`#1463`](https://github.com/DEFRA/water-abstraction-system/pull/1463)
- Decouple start date logic [`#1461`](https://github.com/DEFRA/water-abstraction-system/pull/1461)
- Add `,` between abstraction points in point model [`#1457`](https://github.com/DEFRA/water-abstraction-system/pull/1457)
- Fix env var for licence purposes view [`#1452`](https://github.com/DEFRA/water-abstraction-system/pull/1452)
- Fix JSDOC's lint seeder descriptions [`#1284`](https://github.com/DEFRA/water-abstraction-system/pull/1284)
- Import licence document roles for a licence - licence holder [`#1424`](https://github.com/DEFRA/water-abstraction-system/pull/1424)
- Migrate abstraction details view page [`#1379`](https://github.com/DEFRA/water-abstraction-system/pull/1379)
- Bump @aws-sdk/client-s3 from 3.676.0 to 3.679.0 [`#1448`](https://github.com/DEFRA/water-abstraction-system/pull/1448)
- Bump pg from 8.13.0 to 8.13.1 [`#1447`](https://github.com/DEFRA/water-abstraction-system/pull/1447)
- Bump pg-query-stream from 4.7.0 to 4.7.1 [`#1450`](https://github.com/DEFRA/water-abstraction-system/pull/1450)
- Bump @hapi/hapi from 21.3.10 to 21.3.12 [`#1446`](https://github.com/DEFRA/water-abstraction-system/pull/1446)
- Fix failing unit tests [`#1445`](https://github.com/DEFRA/water-abstraction-system/pull/1445)
- Refactor billing account contact details to model [`#1444`](https://github.com/DEFRA/water-abstraction-system/pull/1444)
- Fix testing endpoint for supplementary flags [`#1440`](https://github.com/DEFRA/water-abstraction-system/pull/1440)
- refactor return cycle creation [`#1434`](https://github.com/DEFRA/water-abstraction-system/pull/1434)
- create return cycle dates library [`#1436`](https://github.com/DEFRA/water-abstraction-system/pull/1436)
- Licence Import Supplementary billing test endpoint [`#1435`](https://github.com/DEFRA/water-abstraction-system/pull/1435)
- Bump @aws-sdk/client-s3 from 3.675.0 to 3.676.0 [`#1438`](https://github.com/DEFRA/water-abstraction-system/pull/1438)
- Rename return-requirements route return-versions [`#1431`](https://github.com/DEFRA/water-abstraction-system/pull/1431)
- Flag licences removed from workflow for supp billing [`#1388`](https://github.com/DEFRA/water-abstraction-system/pull/1388)
- Update some unit tests to use Model stubbing [`#1426`](https://github.com/DEFRA/water-abstraction-system/pull/1426)
- Licence import flagging for supplementary billing [`#1338`](https://github.com/DEFRA/water-abstraction-system/pull/1338)
- Bump jsdoc from 4.0.3 to 4.0.4 [`#1433`](https://github.com/DEFRA/water-abstraction-system/pull/1433)
- Bump @aws-sdk/client-s3 from 3.674.0 to 3.675.0 [`#1432`](https://github.com/DEFRA/water-abstraction-system/pull/1432)
- Add Sinon.restore to submit-year.service.test.js [`#1391`](https://github.com/DEFRA/water-abstraction-system/pull/1391)
- Tidy up view licence inconsistencies [`#1430`](https://github.com/DEFRA/water-abstraction-system/pull/1430)
- Move Return reqs. pages into setup folder [`#1429`](https://github.com/DEFRA/water-abstraction-system/pull/1429)
- Rename Rtn reqs. setup folder and route 'method' [`#1428`](https://github.com/DEFRA/water-abstraction-system/pull/1428)

#### [v0.24.0](https://github.com/DEFRA/water-abstraction-system/compare/v0.23.0...v0.24.0)

> 20 October 2024
- Import licence document roles for a licence [`#1414`](https://github.com/DEFRA/water-abstraction-system/pull/1414)
- Bump eslint-plugin-jsdoc from 50.4.1 to 50.4.3 [`#1420`](https://github.com/DEFRA/water-abstraction-system/pull/1420)
- Bump @hapi/lab from 25.3.1 to 25.3.2 [`#1421`](https://github.com/DEFRA/water-abstraction-system/pull/1421)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "water-abstraction-system",
"version": "0.24.0",
"version": "0.25.0",
"description": "System for managing water abstraction licences, including alerts, returns and billing",
"homepage": "https://github.com/DEFRA/water-abstraction-team",
"main": "index.js",
Expand Down

0 comments on commit 6b15175

Please sign in to comment.