Bump version to 3.0.8

pull/17090/head
Diego Sampaio 5 years ago
parent 0758bb7ba3
commit 863ee740c1
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 49
      .github/history.json
  3. 3168
      HISTORY.md
  4. 2
      app/utils/rocketchat.info
  5. 2
      package.json

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7 FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
ENV RC_VERSION 3.0.7 ENV RC_VERSION 3.0.8
MAINTAINER buildmaster@rocket.chat MAINTAINER buildmaster@rocket.chat

@ -40067,6 +40067,55 @@
] ]
} }
] ]
},
"3.0.8": {
"node_version": "12.14.0",
"npm_version": "6.13.4",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "17078",
"title": "Regression: Remove model observe that was used to control the status of the Omnichannel agents",
"userLogin": "renatobecker",
"milestone": "3.0.8",
"contributors": [
"renatobecker",
"web-flow",
"rodrigok"
]
},
{
"pr": "17086",
"title": "[FIX] Emit livechat events to instace only",
"userLogin": "sampaiodiego",
"milestone": "3.0.8",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "17088",
"title": "Reduce notifyUser propagation",
"userLogin": "rodrigok",
"milestone": "3.0.8",
"contributors": [
"rodrigok"
]
},
{
"pr": "17089",
"title": "[FIX] Error when websocket received status update event",
"userLogin": "d-gubert",
"milestone": "3.0.8",
"contributors": [
"d-gubert"
]
}
]
} }
} }
} }

File diff suppressed because it is too large Load Diff

@ -1,3 +1,3 @@
{ {
"version": "3.0.7" "version": "3.0.8"
} }

@ -1,7 +1,7 @@
{ {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform", "description": "The Ultimate Open Source WebChat Platform",
"version": "3.0.7", "version": "3.0.8",
"author": { "author": {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"url": "https://rocket.chat/" "url": "https://rocket.chat/"

Loading…
Cancel
Save