Skip to content

Commit

Permalink
Bump version to 2.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Feb 20, 2020
1 parent 98fd0f3 commit ed4ad66
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 6 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.9
ENV RC_VERSION 2.4.10

MAINTAINER buildmaster@rocket.chat

Expand Down
23 changes: 22 additions & 1 deletion .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -38368,6 +38368,27 @@
]
}
]
},
"2.4.10": {
"node_version": "8.17.0",
"npm_version": "6.13.4",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "16495",
"title": "[FIX] users.info endpoint not handling the error if the user does not exist",
"userLogin": "MarcosSpessatto",
"milestone": "3.0.2",
"contributors": [
"MarcosSpessatto",
"sampaiodiego"
]
}
]
}
}
}
}
23 changes: 21 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@

# 2.4.10
`2020-02-20 · 1 🐛 · 2 👩‍💻👨‍💻`

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

### 🐛 Bug fixes

- users.info endpoint not handling the error if the user does not exist ([#16495](https://github.com/RocketChat/Rocket.Chat/pull/16495))

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

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

# 2.4.9
`2020-02-10 · 1 🐛 · 1 👩‍💻👨‍💻`

Expand Down Expand Up @@ -2665,10 +2683,11 @@
- [@tassoevan](https://github.com/tassoevan)

# 0.72.0
`2018-11-28 · 1 ️️️⚠️ · 6 🎉 · 16 🚀 · 22 🐛 · 79 🔍 · 25 👩‍💻👨‍💻`
`2018-11-28 · 2 ️️️⚠️ · 6 🎉 · 16 🚀 · 22 🐛 · 79 🔍 · 25 👩‍💻👨‍💻`

### ⚠️ BREAKING CHANGES

- Support for Cordova (Rocket.Chat Legacy app) has reached End-of-life, support has been discontinued
- Update to Meteor to 1.8 ([#12468](https://github.com/RocketChat/Rocket.Chat/pull/12468))

### 🎉 New features
Expand Down Expand Up @@ -6367,4 +6386,4 @@
- [@graywolf336](https://github.com/graywolf336)
- [@marceloschmidt](https://github.com/marceloschmidt)
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@sampaiodiego](https://github.com/sampaiodiego)
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.9"
"version": "2.4.10"
}
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.9",
"version": "2.4.10",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit ed4ad66

Please sign in to comment.