Skip to content

Commit

Permalink
0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks committed Sep 12, 2024
1 parent 21ad753 commit e9ac75f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.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",
Expand Down

0 comments on commit e9ac75f

Please sign in to comment.