diff --git a/docs/gitbook/changelog.md b/docs/gitbook/changelog.md index 4a2e371..13d3d49 100644 --- a/docs/gitbook/changelog.md +++ b/docs/gitbook/changelog.md @@ -1,3 +1,10 @@ +## [1.1.4](https://github.com/taskforcesh/bullmq-proxy/compare/v1.1.3...v1.1.4) (2024-02-29) + + +### Bug Fixes + +* **docker-build:** fix docker image tags ([ff3bdd5](https://github.com/taskforcesh/bullmq-proxy/commit/ff3bdd537ba595848d44f91e23abc346b5fea1c2)) + ## [1.1.3](https://github.com/taskforcesh/bullmq-proxy/compare/v1.1.2...v1.1.3) (2024-02-29) diff --git a/package.json b/package.json index 5f556e6..19c5511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bullmq-proxy", - "version": "1.1.3", + "version": "1.1.4", "private": true, "main": "index.js", "author": "Manuel Astudillo ",