Skip to content

Commit

Permalink
Bump version to 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Feb 10, 2021
1 parent 61efc5a commit 7c5d6ae
Show file tree
Hide file tree
Showing 8 changed files with 111 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12

ENV RC_VERSION 3.11.0
ENV RC_VERSION 3.11.1

MAINTAINER buildmaster@rocket.chat

Expand Down
65 changes: 65 additions & 0 deletions .github/history.json
Expand Up @@ -55243,6 +55243,71 @@
"4.0"
],
"pull_requests": []
},
"3.11.1": {
"node_version": "12.18.4",
"npm_version": "6.14.8",
"apps_engine_version": "1.22.2",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "20653",
"title": "[FIX] Livechat bridge permission checkers",
"userLogin": "d-gubert",
"description": "Update to latest patch version of the Apps-Engine with a fix for the Livechat bridge, as seen in https://github.com/RocketChat/Rocket.Chat.Apps-engine/pull/379",
"milestone": "3.11.1",
"contributors": [
"d-gubert",
"lolimay",
"web-flow"
]
},
{
"pr": "20662",
"title": "[FIX] Omnichannel Routing System not assigning chats to Bot agents",
"userLogin": "renatobecker",
"description": "The `Omnichannel Routing System` is no longer assigning chats to `bot` agents when the `bot` agent is the default agent of the inquiry.",
"milestone": "3.11.1",
"contributors": [
"renatobecker",
"web-flow"
]
},
{
"pr": "20585",
"title": "[FIX] Attachment download from title fixed",
"userLogin": "yash-rajpal",
"description": "Added target = '_self' to attachment link, this seems to fix the problem, without this attribute, error page is displayed.",
"milestone": "3.11.1",
"contributors": [
"yash-rajpal",
"tiagoevanp",
"web-flow"
]
},
{
"pr": "20654",
"title": "[FIX] Gif images aspect ratio on preview",
"userLogin": "tiagoevanp",
"milestone": "3.11.1",
"contributors": [
"tiagoevanp"
]
},
{
"pr": "20611",
"title": "[FIX] Update NPS banner when changing score",
"userLogin": "sampaiodiego",
"milestone": "3.11.1",
"contributors": [
"sampaiodiego"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion .snapcraft/resources/prepareRocketChat
@@ -1,6 +1,6 @@
#!/bin/bash

curl -SLf "https://releases.rocket.chat/3.11.0/download/" -o rocket.chat.tgz
curl -SLf "https://releases.rocket.chat/3.11.1/download/" -o rocket.chat.tgz

tar xf rocket.chat.tgz --strip 1

Expand Down
2 changes: 1 addition & 1 deletion .snapcraft/snap/snapcraft.yaml
Expand Up @@ -7,7 +7,7 @@
# 5. `snapcraft snap`

name: rocketchat-server
version: 3.11.0
version: 3.11.1
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict
Expand Down
40 changes: 40 additions & 0 deletions HISTORY.md
@@ -1,4 +1,44 @@

# 3.11.1
`2021-02-10 · 5 🐛 · 6 👩‍💻👨‍💻`

### Engine versions
- Node: `12.18.4`
- NPM: `6.14.8`
- MongoDB: `3.4, 3.6, 4.0`
- Apps-Engine: `1.22.2`

### 🐛 Bug fixes


- Attachment download from title fixed ([#20585](https://github.com/RocketChat/Rocket.Chat/pull/20585) by [@yash-rajpal](https://github.com/yash-rajpal))

Added target = '_self' to attachment link, this seems to fix the problem, without this attribute, error page is displayed.

- Gif images aspect ratio on preview ([#20654](https://github.com/RocketChat/Rocket.Chat/pull/20654))

- Livechat bridge permission checkers ([#20653](https://github.com/RocketChat/Rocket.Chat/pull/20653))

Update to latest patch version of the Apps-Engine with a fix for the Livechat bridge, as seen in https://github.com/RocketChat/Rocket.Chat.Apps-engine/pull/379

- Omnichannel Routing System not assigning chats to Bot agents ([#20662](https://github.com/RocketChat/Rocket.Chat/pull/20662))

The `Omnichannel Routing System` is no longer assigning chats to `bot` agents when the `bot` agent is the default agent of the inquiry.

- Update NPS banner when changing score ([#20611](https://github.com/RocketChat/Rocket.Chat/pull/20611))

### 👩‍💻👨‍💻 Contributors 😍

- [@yash-rajpal](https://github.com/yash-rajpal)

### 👩‍💻👨‍💻 Core Team 🤓

- [@d-gubert](https://github.com/d-gubert)
- [@lolimay](https://github.com/lolimay)
- [@renatobecker](https://github.com/renatobecker)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tiagoevanp](https://github.com/tiagoevanp)

# 3.11.0
`2021-01-31 · 8 🎉 · 9 🚀 · 52 🐛 · 44 🔍 · 32 👩‍💻👨‍💻`

Expand Down
2 changes: 1 addition & 1 deletion app/utils/rocketchat.info
@@ -1,3 +1,3 @@
{
"version": "3.11.0"
"version": "3.11.1"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.11.0",
"version": "3.11.1",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit 7c5d6ae

Please sign in to comment.