Bump version to 2.4.9

pull/16544/head
Diego Sampaio 6 years ago
parent e7ec66b676
commit cd30a87184
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 19
      .github/history.json
  3. 18
      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
ENV RC_VERSION 2.4.8
ENV RC_VERSION 2.4.9
MAINTAINER buildmaster@rocket.chat

@ -38349,6 +38349,25 @@
]
}
]
},
"2.4.9": {
"node_version": "8.17.0",
"npm_version": "6.13.4",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "16452",
"title": "[FIX] `stdout` streamer infinite loop",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
}
]
}
}
}

@ -1,5 +1,21 @@
# 2.4.9
`2020-02-10 · 1 🐛 · 1 👩💻👨💻`
### Engine versions
- Node: `8.17.0`
- NPM: `6.13.4`
- MongoDB: `3.4, 3.6, 4.0`
### 🐛 Bug fixes
- `stdout` streamer infinite loop ([#16452](https://github.com/RocketChat/Rocket.Chat/pull/16452))
### 👩💻👨💻 Core Team 🤓
- [@sampaiodiego](https://github.com/sampaiodiego)
# 2.4.8
`2020-02-06 · 5 · 10 🎉 · 11 🚀 · 26 🐛 · 31 🔍 · 20 👩💻👨💻`
`2020-02-07 · 1 🔍 · 1 👩💻👨💻`
### Engine versions
- Node: `8.17.0`

@ -1,3 +1,3 @@
{
"version": "2.4.8"
"version": "2.4.9"
}

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

Loading…
Cancel
Save