Skip to content

Commit

Permalink
chore(release): 4.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.7.1](v4.7.0...v4.7.1) (2023-08-10)

### Features

* **python:** add username option into redisOpts ([#2108](#2108)) ([d27f33e](d27f33e))

### Performance Improvements

* **rate-limit:** get pttl only if needed ([#2129](#2129)) ([12ce2f3](12ce2f3))
  • Loading branch information
semantic-release-bot committed Aug 10, 2023
1 parent 12ce2f3 commit bf9a947
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [4.7.1](https://github.com/taskforcesh/bullmq/compare/v4.7.0...v4.7.1) (2023-08-10)


### Features

* **python:** add username option into redisOpts ([#2108](https://github.com/taskforcesh/bullmq/issues/2108)) ([d27f33e](https://github.com/taskforcesh/bullmq/commit/d27f33e997d30e6c0c7d4484bea338347c3fe67e))


### Performance Improvements

* **rate-limit:** get pttl only if needed ([#2129](https://github.com/taskforcesh/bullmq/issues/2129)) ([12ce2f3](https://github.com/taskforcesh/bullmq/commit/12ce2f3746626a81ea961961bb1a629077eed68a))

# [4.7.0](https://github.com/taskforcesh/bullmq/compare/v4.6.3...v4.7.0) (2023-08-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bullmq",
"version": "4.7.0",
"version": "4.7.1",
"description": "Queue for messages and jobs based on Redis",
"homepage": "https://bullmq.io/",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit bf9a947

Please sign in to comment.