Skip to content

Commit

Permalink
3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks committed Jan 8, 2025
1 parent 4eb7674 commit ff80b03
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@ 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).

#### [v3.14.0](https://github.com/DEFRA/water-abstraction-service/compare/v3.13.2...v3.14.0)

- Add new licence changes table [`#2666`](https://github.com/DEFRA/water-abstraction-service/pull/2666)
- Bump ioredis from 5.4.1 to 5.4.2 [`#2665`](https://github.com/DEFRA/water-abstraction-service/pull/2665)
- Add `param1_title` & `param2_title` to `LVPCT` table [`#2663`](https://github.com/DEFRA/water-abstraction-service/pull/2663)
- Replace SonarCloud with SonarQube [`#2664`](https://github.com/DEFRA/water-abstraction-service/pull/2664)
- Bump dotenv from 16.4.5 to 16.4.7 [`#2662`](https://github.com/DEFRA/water-abstraction-service/pull/2662)
- Refactor Supplementary Billing Flags [`#2647`](https://github.com/DEFRA/water-abstraction-service/pull/2647)
- Move return versions to correct licence [`#2660`](https://github.com/DEFRA/water-abstraction-service/pull/2660)
- Upgrade node to v22 [`#2657`](https://github.com/DEFRA/water-abstraction-service/pull/2657)
- Bump csv-stringify from 6.5.1 to 6.5.2 [`#2659`](https://github.com/DEFRA/water-abstraction-service/pull/2659)
- Bump cross-spawn from 7.0.3 to 7.0.6 [`#2658`](https://github.com/DEFRA/water-abstraction-service/pull/2658)
- Fix xml parser prior to upgrading to node v22 [`#2656`](https://github.com/DEFRA/water-abstraction-service/pull/2656)
- Add quarterly returns to return versions table [`#2653`](https://github.com/DEFRA/water-abstraction-service/pull/2653)
- Bump nock from 13.5.5 to 13.5.6 [`#2655`](https://github.com/DEFRA/water-abstraction-service/pull/2655)

#### [v3.13.2](https://github.com/DEFRA/water-abstraction-service/compare/v3.13.1...v3.13.2)

> 10 November 2024
- Move 2PT review result tables into 'water' schema [`#2654`](https://github.com/DEFRA/water-abstraction-service/pull/2654)
- Bump aws-sdk from 2.1691.0 to 2.1692.0 [`#2652`](https://github.com/DEFRA/water-abstraction-service/pull/2652)
- Bump hapi-auth-jwt2 from 10.6.0 to 10.7.0 [`#2650`](https://github.com/DEFRA/water-abstraction-service/pull/2650)
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-service",
"version": "3.13.2",
"version": "3.14.0",
"description": "API containing the business logic required for the water abstraction service to function",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit ff80b03

Please sign in to comment.