Bump version to 0.74.2

pull/13364/head
Diego Sampaio 7 years ago
parent 5ff952e4c8
commit 0130d2ed61
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 48
      .github/history.json
  3. 4
      .sandstorm/sandstorm-pkgdef.capnp
  4. 2
      .travis/snap.sh
  5. 25
      HISTORY.md
  6. 2
      package.json
  7. 2
      packages/rocketchat-utils/rocketchat.info

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

@ -25573,6 +25573,54 @@
]
}
]
},
"0.74.2": {
"node_version": "8.11.4",
"npm_version": "6.4.1",
"mongo_versions": [
"3.2",
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "13326",
"title": "[FIX] Rate Limiter was limiting communication between instances",
"userLogin": "rodrigok",
"milestone": "0.74.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "13349",
"title": "[FIX] Setup wizard calling 'saveSetting' for each field/setting",
"userLogin": "ggazzo",
"milestone": "0.74.2",
"contributors": [
"ggazzo"
]
},
{
"pr": "13342",
"title": "[IMPROVE] Send `uniqueID` to all clients so Jitsi rooms can be created correctly",
"userLogin": "sampaiodiego",
"milestone": "0.74.2",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "13350",
"title": "[FIX] Pass token for cloud register",
"userLogin": "geekgonecrazy",
"milestone": "0.74.2",
"contributors": [
"geekgonecrazy"
]
}
]
}
}
}

@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"),
appVersion = 127, # Increment this for every release.
appVersion = 128, # Increment this for every release.
appMarketingVersion = (defaultText = "0.74.1"),
appMarketingVersion = (defaultText = "0.74.2"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=0.74.1
RC_VERSION=0.74.2
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"

@ -1,4 +1,29 @@
# 0.74.2
`2019-02-05 · 1 🚀 · 3 🐛 · 4 👩💻👨💻`
### Engine versions
- Node: `8.11.4`
- NPM: `6.4.1`
- MongoDB: `3.2, 3.4, 3.6, 4.0`
### 🚀 Improvements
- Send `uniqueID` to all clients so Jitsi rooms can be created correctly ([#13342](https://github.com/RocketChat/Rocket.Chat/pull/13342))
### 🐛 Bug fixes
- Rate Limiter was limiting communication between instances ([#13326](https://github.com/RocketChat/Rocket.Chat/pull/13326))
- Setup wizard calling 'saveSetting' for each field/setting ([#13349](https://github.com/RocketChat/Rocket.Chat/pull/13349))
- Pass token for cloud register ([#13350](https://github.com/RocketChat/Rocket.Chat/pull/13350))
### 👩💻👨💻 Core Team 🤓
- [@geekgonecrazy](https://github.com/geekgonecrazy)
- [@ggazzo](https://github.com/ggazzo)
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
# 0.74.1
`2019-02-01 · 4 🎉 · 7 🐛 · 1 🔍 · 8 👩💻👨💻`

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

@ -1,3 +1,3 @@
{
"version": "0.74.1"
"version": "0.74.2"
}

Loading…
Cancel
Save