Skip to content

Commit

Permalink
Merge pull request #16506 from RocketChat/release-2.4.8
Browse files Browse the repository at this point in the history
Release 2.4.8
  • Loading branch information
sampaiodiego authored Feb 7, 2020
2 parents 3b1fdd1 + 5f2d012 commit 4f39401
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 2.4.7
ENV RC_VERSION 2.4.8

MAINTAINER [email protected]

Expand Down
21 changes: 20 additions & 1 deletion .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -38330,6 +38330,25 @@
]
}
]
},
"2.4.8": {
"node_version": "8.17.0",
"npm_version": "6.13.4",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "16486",
"title": "Update presence package to 2.6.1",
"userLogin": "sampaiodiego",
"contributors": [
"sampaiodiego"
]
}
]
}
}
}
}
2 changes: 1 addition & 1 deletion .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ konecty:[email protected]
konecty:[email protected]
konecty:[email protected]_3
konecty:[email protected]
konecty:[email protected].0
konecty:[email protected].1
[email protected]
[email protected]
littledata:[email protected]
Expand Down
30 changes: 18 additions & 12 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 2.4.8
`2020-02-06 · 5 ️️️⚠️ · 10 🎉 · 11 🚀 · 26 🐛 · 31 🔍 · 20 👩‍💻👨‍💻`

### Engine versions
- Node: `8.17.0`
- NPM: `6.13.4`
- MongoDB: `3.4, 3.6, 4.0`

<details>
<summary>🔍 Minor changes</summary>

- Update presence package to 2.6.1 ([#16486](https://github.com/RocketChat/Rocket.Chat/pull/16486))

</details>

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

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

# 2.4.7
`2020-02-03 · 1 🐛 · 1 👩‍💻👨‍💻`
Expand Down Expand Up @@ -36,18 +54,6 @@
- [@MarcosSpessatto](https://github.com/MarcosSpessatto)
- [@rodrigok](https://github.com/rodrigok)

# 2.4.5
`2020-01-29 · 1 🐛 `

### Engine versions
- Node: `8.17.0`
- NPM: `6.13.4`
- MongoDB: `3.4, 3.6, 4.0`

### 🐛 Bug fixes

- Update Apps Engine to version 1.11.2

# 2.4.4
`2020-01-29 · 1 🐛 · 2 🔍 · 2 👩‍💻👨‍💻`

Expand Down
2 changes: 1 addition & 1 deletion app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.4.7"
"version": "2.4.8"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "2.4.7",
"version": "2.4.8",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit 4f39401

Please sign in to comment.