diff --git a/docs/gitbook/api/bullmq.asyncsend.md b/docs/gitbook/api/bullmq.asyncsend.md
new file mode 100644
index 0000000000..2bf9be978c
--- /dev/null
+++ b/docs/gitbook/api/bullmq.asyncsend.md
@@ -0,0 +1,11 @@
+
+
+[Home](./index.md) > [bullmq](./bullmq.md) > [asyncSend](./bullmq.asyncsend.md)
+
+## asyncSend variable
+
+Signature:
+
+```typescript
+asyncSend: (proc: procSendLike, msg: any) => Promise
+```
diff --git a/docs/gitbook/api/bullmq.md b/docs/gitbook/api/bullmq.md
index 291f4664db..01a5c7693a 100644
--- a/docs/gitbook/api/bullmq.md
+++ b/docs/gitbook/api/bullmq.md
@@ -96,6 +96,7 @@
| Variable | Description |
| --- | --- |
+| [asyncSend](./bullmq.asyncsend.md) | |
| [childSend](./bullmq.childsend.md) | |
| [clientCommandMessageReg](./bullmq.clientcommandmessagereg.md) | |
| [DELAY\_TIME\_1](./bullmq.delay_time_1.md) | |
diff --git a/docs/gitbook/changelog.md b/docs/gitbook/changelog.md
index b6703ee2f8..276cf283f5 100644
--- a/docs/gitbook/changelog.md
+++ b/docs/gitbook/changelog.md
@@ -1,3 +1,10 @@
+## [1.74.1](https://github.com/taskforcesh/bullmq/compare/v1.74.0...v1.74.1) (2022-02-20)
+
+
+### Bug Fixes
+
+* **flow:** respect defaultJobOptions from queue opts ([#1080](https://github.com/taskforcesh/bullmq/issues/1080)) fixes [#1034](https://github.com/taskforcesh/bullmq/issues/1034) ([0aca072](https://github.com/taskforcesh/bullmq/commit/0aca072f805302e660b6675fd4097ba893c91eb0))
+
# [1.74.0](https://github.com/taskforcesh/bullmq/compare/v1.73.0...v1.74.0) (2022-02-19)
diff --git a/package.json b/package.json
index 17e9a2be5d..b958091420 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bullmq",
- "version": "1.74.0",
+ "version": "1.74.1",
"description": "Queue for messages and jobs based on Redis",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",