Skip to content

Commit

Permalink
Merge pull request #12850 from RocketChat/release-0.72.1
Browse files Browse the repository at this point in the history
Release 0.72.1
  • Loading branch information
sampaiodiego committed Dec 5, 2018
2 parents abe1f41 + 6e3574f commit 490679a
Show file tree
Hide file tree
Showing 26 changed files with 524 additions and 436 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 0.72.0
ENV RC_VERSION 0.72.1

MAINTAINER buildmaster@rocket.chat

Expand Down
59 changes: 59 additions & 0 deletions .github/history.json
Expand Up @@ -21638,6 +21638,65 @@
]
}
]
},
"0.72.1": {
"pull_requests": [
{
"pr": "12848",
"title": "Bump Apps-Engine version",
"userLogin": "d-gubert",
"milestone": "0.72.1",
"contributors": [
"d-gubert"
]
},
{
"pr": "12818",
"title": "[FIX] Change spread operator to Array.from for Edge browser",
"userLogin": "ohmonster",
"milestone": "0.72.1",
"contributors": [
"ohmonster"
]
},
{
"pr": "12727",
"title": "[FIX] API users.info returns caller rooms and not requested user ones",
"userLogin": "piotrkochan",
"milestone": "0.72.1",
"contributors": [
"piotrkochan",
"web-flow"
]
},
{
"pr": "12804",
"title": "Change file order in rocketchat-cors",
"userLogin": "MarcosSpessatto",
"milestone": "0.72.1",
"contributors": [
"MarcosSpessatto"
]
},
{
"pr": "12847",
"title": "[FIX] Missing HipChat Enterprise Importer",
"userLogin": "Hudell",
"milestone": "0.72.1",
"contributors": [
"Hudell"
]
},
{
"pr": "12805",
"title": "[FIX] Emoji as avatar",
"userLogin": "tassoevan",
"milestone": "0.72.1",
"contributors": [
"tassoevan"
]
}
]
}
}
}
4 changes: 2 additions & 2 deletions .sandstorm/sandstorm-pkgdef.capnp
Expand Up @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (

appTitle = (defaultText = "Rocket.Chat"),

appVersion = 116, # Increment this for every release.
appVersion = 117, # Increment this for every release.

appMarketingVersion = (defaultText = "0.72.0"),
appMarketingVersion = (defaultText = "0.72.1"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

Expand Down
2 changes: 1 addition & 1 deletion .travis/snap.sh
Expand Up @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=0.72.0
RC_VERSION=0.72.1
fi

echo "Preparing to trigger a snap release for $CHANNEL channel"
Expand Down
32 changes: 31 additions & 1 deletion HISTORY.md
@@ -1,6 +1,36 @@

# 0.72.1
`2018-12-04 · 4 🐛 · 2 🔍 · 6 👩‍💻👨‍💻`

### 🐛 Bug fixes

- Change spread operator to Array.from for Edge browser ([#12818](https://github.com/RocketChat/Rocket.Chat/pull/12818) by [@ohmonster](https://github.com/ohmonster))
- API users.info returns caller rooms and not requested user ones ([#12727](https://github.com/RocketChat/Rocket.Chat/pull/12727) by [@piotrkochan](https://github.com/piotrkochan))
- Missing HipChat Enterprise Importer ([#12847](https://github.com/RocketChat/Rocket.Chat/pull/12847))
- Emoji as avatar ([#12805](https://github.com/RocketChat/Rocket.Chat/pull/12805))

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

- Bump Apps-Engine version ([#12848](https://github.com/RocketChat/Rocket.Chat/pull/12848))
- Change file order in rocketchat-cors ([#12804](https://github.com/RocketChat/Rocket.Chat/pull/12804))

</details>

### 👩‍💻👨‍💻 Contributors 😍

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

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

- [@Hudell](https://github.com/Hudell)
- [@MarcosSpessatto](https://github.com/MarcosSpessatto)
- [@d-gubert](https://github.com/d-gubert)
- [@tassoevan](https://github.com/tassoevan)

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

### ⚠️ BREAKING CHANGES

Expand Down

0 comments on commit 490679a

Please sign in to comment.