Skip to content

Commit

Permalink
Merge pull request #11343 from RocketChat/release-0.66.1
Browse files Browse the repository at this point in the history
Release 0.66.1
  • Loading branch information
rodrigok authored Jul 4, 2018
2 parents 5aa08cb + d17a8f3 commit fb5257f
Show file tree
Hide file tree
Showing 27 changed files with 959 additions and 483 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 0.66.0
ENV RC_VERSION 0.66.1

MAINTAINER [email protected]

Expand Down
64 changes: 64 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -16727,6 +16727,70 @@
]
}
]
},
"0.66.1": {
"node_version": "8.11.3",
"npm_version": "5.6.0",
"pull_requests": [
{
"pr": "11335",
"title": "[FIX] Some updates were returning errors when based on queries with position operators",
"userLogin": "rodrigok",
"milestone": "0.66.1",
"contributors": [
"rodrigok"
]
},
{
"pr": "11315",
"title": "[FIX] SAML attributes with periods are not properly read.",
"userLogin": "Hudell",
"milestone": "0.66.1",
"contributors": [
"Hudell",
"web-flow"
]
},
{
"pr": "11333",
"title": "[FIX] Outgoing integrations were stopping the oplog tailing sometimes",
"userLogin": "rodrigok",
"milestone": "0.66.1",
"contributors": [
"rodrigok"
]
},
{
"pr": "11254",
"title": "[IMPROVE] Setup Wizard username validation, step progress and optin/optout",
"userLogin": "tassoevan",
"milestone": "0.66.1",
"contributors": [
"tassoevan",
"ggazzo",
"web-flow"
]
},
{
"pr": "11267",
"title": "[FIX] Livestream muted when audio only option was enabled",
"userLogin": "gdelavald",
"milestone": "0.66.1",
"contributors": [
"gdelavald",
"web-flow"
]
},
{
"pr": "11295",
"title": "[FIX] Notification preferences being lost when switching view mode",
"userLogin": "sampaiodiego",
"milestone": "0.66.1",
"contributors": [
"sampaiodiego"
]
}
]
}
}
}
4 changes: 2 additions & 2 deletions .sandstorm/sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (

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

appVersion = 77, # Increment this for every release.
appVersion = 78, # Increment this for every release.

appMarketingVersion = (defaultText = "0.66.0"),
appMarketingVersion = (defaultText = "0.66.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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=0.66.0
RC_VERSION=0.66.1
fi

echo "Preparing to trigger a snap release for $CHANNEL channel"
Expand Down
31 changes: 31 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@

# 0.66.1
`2018-07-04 · 5 🐛 · 1 🔍 · 6 👩‍💻👨‍💻`

### Engine versions
- Node: `8.11.3`
- NPM: `5.6.0`

### 🐛 Bug fixes

- Some updates were returning errors when based on queries with position operators ([#11335](https://github.com/RocketChat/Rocket.Chat/pull/11335))
- SAML attributes with periods are not properly read. ([#11315](https://github.com/RocketChat/Rocket.Chat/pull/11315))
- Outgoing integrations were stopping the oplog tailing sometimes ([#11333](https://github.com/RocketChat/Rocket.Chat/pull/11333))
- Livestream muted when audio only option was enabled ([#11267](https://github.com/RocketChat/Rocket.Chat/pull/11267))
- Notification preferences being lost when switching view mode ([#11295](https://github.com/RocketChat/Rocket.Chat/pull/11295))

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

- [IMPROVE] Setup Wizard username validation, step progress and optin/optout ([#11254](https://github.com/RocketChat/Rocket.Chat/pull/11254))

</details>

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

- [@Hudell](https://github.com/Hudell)
- [@gdelavald](https://github.com/gdelavald)
- [@ggazzo](https://github.com/ggazzo)
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@tassoevan](https://github.com/tassoevan)

# 0.66.0
`2018-06-27 · 1 ️️️⚠️ · 23 🎉 · 61 🐛 · 50 🔍 · 45 👩‍💻👨‍💻`

Expand Down
65 changes: 43 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.66.0",
"version": "0.66.1",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down
Loading

0 comments on commit fb5257f

Please sign in to comment.