Bump version to 0.73.1

pull/13052/head
Rodrigo Nascimento 7 years ago
parent e707f7aa70
commit c413a571ee
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
  1. 2
      .docker/Dockerfile.rhel
  2. 39
      .github/history.json
  3. 4
      .sandstorm/sandstorm-pkgdef.capnp
  4. 2
      .travis/snap.sh
  5. 27
      HISTORY.md
  6. 2
      package.json
  7. 2
      packages/rocketchat-lib/rocketchat.info

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

@ -24468,6 +24468,45 @@
]
}
]
},
"0.73.1": {
"node_version": "8.11.4",
"npm_version": "6.4.1",
"mongo_versions": [
"3.2",
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "13049",
"title": "Execute tests with versions 3.2, 3.4, 3.6 and 4.0 of MongoDB",
"userLogin": "rodrigok",
"milestone": "0.73.1",
"contributors": [
"rodrigok"
]
},
{
"pr": "13051",
"title": "Regression: Get room's members list not working on MongoDB 3.2",
"userLogin": "sampaiodiego",
"milestone": "0.73.1",
"contributors": [
"sampaiodiego"
]
},
{
"pr": "13045",
"title": "[FIX] Default importer path",
"userLogin": "sampaiodiego",
"milestone": "0.73.1",
"contributors": [
"sampaiodiego"
]
}
]
}
}
}

@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"),
appVersion = 121, # Increment this for every release.
appVersion = 122, # Increment this for every release.
appMarketingVersion = (defaultText = "0.73.0"),
appMarketingVersion = (defaultText = "0.73.1"),
# 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.73.0
RC_VERSION=0.73.1
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"

@ -1,6 +1,31 @@
# 0.73.1
`2018-12-28 · 1 🐛 · 2 🔍 · 2 👩💻👨💻`
### Engine versions
- Node: `8.11.4`
- NPM: `6.4.1`
- MongoDB: `3.2, 3.4, 3.6, 4.0`
### 🐛 Bug fixes
- Default importer path ([#13045](https://github.com/RocketChat/Rocket.Chat/pull/13045))
<details>
<summary>🔍 Minor changes</summary>
- Execute tests with versions 3.2, 3.4, 3.6 and 4.0 of MongoDB ([#13049](https://github.com/RocketChat/Rocket.Chat/pull/13049))
- Regression: Get room's members list not working on MongoDB 3.2 ([#13051](https://github.com/RocketChat/Rocket.Chat/pull/13051))
</details>
### 👩💻👨💻 Core Team 🤓
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
# 0.73.0
`2018-12-27 · 10 🎉 · 9 🚀 · 34 🐛 · 84 🔍 · 26 👩💻👨💻`
`2018-12-28 · 10 🎉 · 9 🚀 · 34 🐛 · 84 🔍 · 26 👩💻👨💻`
### Engine versions
- Node: `8.11.4`

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

@ -1,3 +1,3 @@
{
"version": "0.73.0"
"version": "0.73.1"
}

Loading…
Cancel
Save