diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f1f4abf..1ff1735f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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). +#### [v2.26.5](https://github.com/DEFRA/water-abstraction-import/compare/v2.26.4...v2.26.5) + +- Bump aws-sdk from 2.1337.0 to 2.1339.0 [`#587`](https://github.com/DEFRA/water-abstraction-import/pull/587) +- Bump aws-sdk from 2.1336.0 to 2.1337.0 [`#585`](https://github.com/DEFRA/water-abstraction-import/pull/585) +- Bump aws-sdk from 2.1335.0 to 2.1336.0 [`#584`](https://github.com/DEFRA/water-abstraction-import/pull/584) + #### [v2.26.4](https://github.com/DEFRA/water-abstraction-import/compare/v2.26.3...v2.26.4) +> 15 March 2023 + - Bump aws-sdk from 2.1334.0 to 2.1335.0 [`#583`](https://github.com/DEFRA/water-abstraction-import/pull/583) - Make request logging configurable & change default [`#582`](https://github.com/DEFRA/water-abstraction-import/pull/582) - Bump aws-sdk from 2.1333.0 to 2.1334.0 [`#581`](https://github.com/DEFRA/water-abstraction-import/pull/581) diff --git a/package-lock.json b/package-lock.json index c758e540..2b2221b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-import", - "version": "2.26.4", + "version": "2.26.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "water-abstraction-import", - "version": "2.26.4", + "version": "2.26.5", "license": "OGL-UK-3.0", "dependencies": { "@envage/hapi-pg-rest-api": "^4.1.2", diff --git a/package.json b/package.json index b4518059..9ca6f40e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-import", - "version": "2.26.4", + "version": "2.26.5", "description": "App that manages import jobs for the Water Resource Licencing Service", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",