diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e40781..f89694f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [6.0.4](https://github.com/informatievlaanderen/redis-populator/compare/v6.0.3...v6.0.4) (2024-04-08) + ## [6.0.3](https://github.com/informatievlaanderen/redis-populator/compare/v6.0.2...v6.0.3) (2024-03-13) diff --git a/package-lock.json b/package-lock.json index d6ea679..af9b328 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "redis-populator", - "version": "6.0.3", + "version": "6.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "redis-populator", - "version": "6.0.3", + "version": "6.0.4", "license": "MIT", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index e4a6770..0bde1cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis-populator", - "version": "6.0.3", + "version": "6.0.4", "description": "Populate a Redis cache based on a list of URLs.", "author": "Basisregisters Vlaanderen", "license": "MIT",