Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozzey committed Feb 29, 2024
1 parent 875f478 commit fb041c9
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,41 @@ 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.15.0](https://github.com/DEFRA/water-abstraction-system/compare/v0.14.0...v0.15.0)

- Display public water supply charge in bill licence [`#775`](https://github.com/DEFRA/water-abstraction-system/pull/775)
- Enter site description for return requirement page [`#748`](https://github.com/DEFRA/water-abstraction-system/pull/748)
- View licence summary points of abstraction bug [`#770`](https://github.com/DEFRA/water-abstraction-system/pull/770)
- Display points of abstraction and link in view licence page summary tab [`#756`](https://github.com/DEFRA/water-abstraction-system/pull/756)
- Bump @aws-sdk/client-s3 from 3.521.0 to 3.523.0 [`#768`](https://github.com/DEFRA/water-abstraction-system/pull/768)
- Add controls & validation for Rtn req setup page [`#758`](https://github.com/DEFRA/water-abstraction-system/pull/758)
- Update allocation engine to handle overdue returns [`#759`](https://github.com/DEFRA/water-abstraction-system/pull/759)
- Bump nock from 13.5.3 to 13.5.4 [`#766`](https://github.com/DEFRA/water-abstraction-system/pull/766)
- Fix bill licences with no transactions in bill run [`#765`](https://github.com/DEFRA/water-abstraction-system/pull/765)
- Fix annual billing not excluding workflow licences [`#763`](https://github.com/DEFRA/water-abstraction-system/pull/763)
- Bump @aws-sdk/client-s3 from 3.515.0 to 3.521.0 [`#762`](https://github.com/DEFRA/water-abstraction-system/pull/762)
- Update annual process bill run to connect engine [`#760`](https://github.com/DEFRA/water-abstraction-system/pull/760)
- Handle live bill run check for annual bill runs [`#761`](https://github.com/DEFRA/water-abstraction-system/pull/761)
- Use new tudor crown [`#757`](https://github.com/DEFRA/water-abstraction-system/pull/757)
- Bump @smithy/node-http-handler from 2.3.1 to 2.4.0 [`#755`](https://github.com/DEFRA/water-abstraction-system/pull/755)
- Add Annual ProcessBillingPeriodService [`#753`](https://github.com/DEFRA/water-abstraction-system/pull/753)
- Display source of supply in view licence page summary tab [`#732`](https://github.com/DEFRA/water-abstraction-system/pull/732)
- Bump joi from 17.12.1 to 17.12.2 [`#754`](https://github.com/DEFRA/water-abstraction-system/pull/754)
- Add annual bill run FetchBillingAccountsService [`#751`](https://github.com/DEFRA/water-abstraction-system/pull/751)
- Bump sass from 1.71.0 to 1.71.1 [`#752`](https://github.com/DEFRA/water-abstraction-system/pull/752)
- Add relationship - billing acc. <-> chg. version [`#750`](https://github.com/DEFRA/water-abstraction-system/pull/750)
- Add missed table to tear-down function [`#749`](https://github.com/DEFRA/water-abstraction-system/pull/749)
- Move SendTransactions to root with refactoring [`#745`](https://github.com/DEFRA/water-abstraction-system/pull/745)
- Remove Landing Page From System [`#747`](https://github.com/DEFRA/water-abstraction-system/pull/747)
- Fix & tidy test DB legacy migrations [`#725`](https://github.com/DEFRA/water-abstraction-system/pull/725)
- Returns required - Select an existing return requirement from basic page [`#746`](https://github.com/DEFRA/water-abstraction-system/pull/746)
- Bump dotenv from 16.4.4 to 16.4.5 [`#744`](https://github.com/DEFRA/water-abstraction-system/pull/744)
- Determine match and allocate issues and status [`875f478`](https://github.com/DEFRA/water-abstraction-system/commit/875f4780b35ba4007d0d7a9c370c8329e0832488)

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

> 19 February 2024
- Bump nock from 13.5.1 to 13.5.3 [`#743`](https://github.com/DEFRA/water-abstraction-system/pull/743)
- Returns required - Setup page (3 of 7) [`#737`](https://github.com/DEFRA/water-abstraction-system/pull/737)
- Bump @aws-sdk/client-s3 from 3.514.0 to 3.515.0 [`#742`](https://github.com/DEFRA/water-abstraction-system/pull/742)
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.14.0",
"version": "0.15.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 fb041c9

Please sign in to comment.