diff --git a/CHANGELOG.md b/CHANGELOG.md index f3361c7c7..117487025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,32 @@ 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.10.0](https://github.com/DEFRA/water-abstraction-service/compare/v3.9.1...v3.10.0) + +- Bump aws-sdk from 2.1601.0 to 2.1602.0 [`#2502`](https://github.com/DEFRA/water-abstraction-service/pull/2502) +- Bump ioredis from 5.4.0 to 5.4.1 [`#2501`](https://github.com/DEFRA/water-abstraction-service/pull/2501) +- Bump aws-sdk from 2.1600.0 to 2.1601.0 [`#2500`](https://github.com/DEFRA/water-abstraction-service/pull/2500) +- Bump aws-sdk from 2.1599.0 to 2.1600.0 [`#2499`](https://github.com/DEFRA/water-abstraction-service/pull/2499) +- Bump ioredis from 5.3.2 to 5.4.0 [`#2498`](https://github.com/DEFRA/water-abstraction-service/pull/2498) +- Identify workflow setup records with chg versions [`#2497`](https://github.com/DEFRA/water-abstraction-service/pull/2497) +- Bump aws-sdk from 2.1598.0 to 2.1599.0 [`#2496`](https://github.com/DEFRA/water-abstraction-service/pull/2496) +- Remove notification jobs log noise [`#2495`](https://github.com/DEFRA/water-abstraction-service/pull/2495) +- Remove billing.find-update-invoice-accounts job [`#2494`](https://github.com/DEFRA/water-abstraction-service/pull/2494) +- Remove licence-not-in-charge-version-workflow job [`#2493`](https://github.com/DEFRA/water-abstraction-service/pull/2493) +- Bump aws-sdk from 2.1597.0 to 2.1598.0 [`#2492`](https://github.com/DEFRA/water-abstraction-service/pull/2492) +- Bump aws-sdk from 2.1596.0 to 2.1597.0 [`#2491`](https://github.com/DEFRA/water-abstraction-service/pull/2491) +- Bump tar from 6.1.12 to 6.2.1 [`#2490`](https://github.com/DEFRA/water-abstraction-service/pull/2490) +- Bump @hapi/hapi from 21.3.8 to 21.3.9 [`#2489`](https://github.com/DEFRA/water-abstraction-service/pull/2489) +- Bump aws-sdk from 2.1595.0 to 2.1596.0 [`#2488`](https://github.com/DEFRA/water-abstraction-service/pull/2488) +- Bump aws-sdk from 2.1594.0 to 2.1595.0 [`#2487`](https://github.com/DEFRA/water-abstraction-service/pull/2487) +- Bump aws-sdk from 2.1593.0 to 2.1594.0 [`#2486`](https://github.com/DEFRA/water-abstraction-service/pull/2486) +- Update SROC test data to always include annual [`#2484`](https://github.com/DEFRA/water-abstraction-service/pull/2484) +- Bump aws-sdk from 2.1592.0 to 2.1593.0 [`#2485`](https://github.com/DEFRA/water-abstraction-service/pull/2485) + #### [v3.9.1](https://github.com/DEFRA/water-abstraction-service/compare/v3.9.0...v3.9.1) +> 4 April 2024 + - Bump @hapi/hapi from 21.3.7 to 21.3.8 [`#2483`](https://github.com/DEFRA/water-abstraction-service/pull/2483) - Bump aws-sdk from 2.1591.0 to 2.1592.0 [`#2481`](https://github.com/DEFRA/water-abstraction-service/pull/2481) - Bump joi from 17.12.2 to 17.12.3 [`#2482`](https://github.com/DEFRA/water-abstraction-service/pull/2482) diff --git a/package-lock.json b/package-lock.json index d5d6e7c66..20ac41492 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-service", - "version": "3.9.1", + "version": "3.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-service", - "version": "3.9.1", + "version": "3.10.0", "hasInstallScript": true, "license": "OGL-UK-3.0", "dependencies": { diff --git a/package.json b/package.json index 057efab37..ac58f8034 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-service", - "version": "3.9.1", + "version": "3.10.0", "description": "API containing the business logic required for the water abstraction service to function", "main": "index.js", "repository": {