diff --git a/CHANGELOG.md b/CHANGELOG.md index efd4dc45f..e3cb4504c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,20 @@ 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.2.1](https://github.com/DEFRA/water-abstraction-service/compare/v3.2.0...v3.2.1) + +- Remove 'uniq' lodash function [`#2061`](https://github.com/DEFRA/water-abstraction-service/pull/2061) +- Bump joi from 17.8.4 to 17.9.0 [`#2067`](https://github.com/DEFRA/water-abstraction-service/pull/2067) +- Bump aws-sdk from 2.1337.0 to 2.1339.0 [`#2066`](https://github.com/DEFRA/water-abstraction-service/pull/2066) +- Remove 'partialRight' lodash function [`#2064`](https://github.com/DEFRA/water-abstraction-service/pull/2064) +- Fix error with internal search for users [`#2062`](https://github.com/DEFRA/water-abstraction-service/pull/2062) +- Remove lodash code [`#2050`](https://github.com/DEFRA/water-abstraction-service/pull/2050) +- Bump aws-sdk from 2.1336.0 to 2.1337.0 [`#2060`](https://github.com/DEFRA/water-abstraction-service/pull/2060) + #### [v3.2.0](https://github.com/DEFRA/water-abstraction-service/compare/v3.1.2...v3.2.0) +> 15 March 2023 + - Bump aws-sdk from 2.1334.0 to 2.1336.0 [`#2058`](https://github.com/DEFRA/water-abstraction-service/pull/2058) - Bump puppeteer from 19.7.4 to 19.7.5 [`#2054`](https://github.com/DEFRA/water-abstraction-service/pull/2054) - Bump joi from 17.8.3 to 17.8.4 [`#2053`](https://github.com/DEFRA/water-abstraction-service/pull/2053) diff --git a/package-lock.json b/package-lock.json index cce5aba76..8e9e87cd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-service", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-service", - "version": "3.2.0", + "version": "3.2.1", "hasInstallScript": true, "license": "OGL-UK-3.0", "dependencies": { diff --git a/package.json b/package.json index 04ac4bd9e..4a587fa39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-service", - "version": "3.2.0", + "version": "3.2.1", "description": "API containing the business logic required for the water abstraction service to function", "main": "index.js", "repository": {