diff --git a/docs/gitbook/changelog.md b/docs/gitbook/changelog.md index b27c2a2..dadfc54 100644 --- a/docs/gitbook/changelog.md +++ b/docs/gitbook/changelog.md @@ -1,3 +1,10 @@ +## [1.1.9](https://github.com/taskforcesh/bullmq-proxy/compare/v1.1.8...v1.1.9) (2024-02-29) + + +### Bug Fixes + +* **config:** use the more standard REDIS_URL env instead of REDIS_URI ([bb40b57](https://github.com/taskforcesh/bullmq-proxy/commit/bb40b577d73e725244c8a081aa3f0241d148dece)) + ## [1.1.8](https://github.com/taskforcesh/bullmq-proxy/compare/v1.1.7...v1.1.8) (2024-02-29) diff --git a/package.json b/package.json index 5ecf10d..16f426e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bullmq-proxy", - "version": "1.1.8", + "version": "1.1.9", "private": true, "main": "index.js", "author": "Manuel Astudillo ",