Skip to content

Commit

Permalink
Merge pull request #10660 from RocketChat/release-0.64.1
Browse files Browse the repository at this point in the history
Release 0.64.1
  • Loading branch information
rodrigok authored May 3, 2018
2 parents 2fae79a + f8c99e2 commit 54738c0
Show file tree
Hide file tree
Showing 23 changed files with 346 additions and 208 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rocketchat/base:8

ENV RC_VERSION 0.64.0
ENV RC_VERSION 0.64.1

MAINTAINER buildmaster@rocket.chat

Expand Down
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.64.0
ENV RC_VERSION 0.64.1

MAINTAINER buildmaster@rocket.chat

Expand Down
64 changes: 64 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -13238,5 +13238,69 @@
"web-flow"
]
}
],
"0.64.1": [
{
"pr": "10597",
"title": "[NEW] Store the last sent message to show bellow the room's name by default",
"userLogin": "graywolf336",
"milestone": "0.64.1",
"contributors": [
"graywolf336",
"engelgabriel",
"web-flow",
"rodrigok"
]
},
{
"pr": "10529",
"title": "Support passing extra connection options to the Mongo driver",
"userLogin": "saplla",
"milestone": "0.64.1",
"contributors": [
"saplla",
"web-flow",
"engelgabriel"
]
},
{
"pr": "10615",
"title": "[FIX] E-mails were hidden some information",
"userLogin": "rodrigok",
"milestone": "0.64.1",
"contributors": [
"rodrigok"
]
},
{
"pr": "10611",
"title": "Regression: Updating an App on multi-instance servers wasn't working",
"userLogin": "graywolf336",
"milestone": "0.64.1",
"contributors": [
"graywolf336",
"engelgabriel",
"web-flow"
]
},
{
"pr": "10627",
"title": "[FIX] Regression on 0.64.0 was freezing the application when posting some URLs",
"userLogin": "rodrigok",
"milestone": "0.64.1",
"contributors": [
"rodrigok",
"sampaiodiego"
]
},
{
"pr": "10648",
"title": "Dependencies update",
"userLogin": "engelgabriel",
"milestone": "0.64.1",
"contributors": [
"engelgabriel"
]
}
]
}
4 changes: 2 additions & 2 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ accounts-twitter@1.4.1
aldeed:simple-schema@1.5.4
allow-deny@1.1.0
autoupdate@1.4.0
babel-compiler@7.0.7
babel-compiler@7.0.8
babel-runtime@1.2.2
base64@1.0.11
binary-heap@1.0.10
Expand All @@ -35,7 +35,7 @@ deps@1.0.12
diff-sequence@1.1.0
dispatch:run-as-user@1.1.1
dynamic-import@0.3.0
ecmascript@0.10.7
ecmascript@0.10.8
ecmascript-runtime@0.5.0
ecmascript-runtime-client@0.6.2
ecmascript-runtime-server@0.5.0
Expand Down
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 = 63, # Increment this for every release.
appVersion = 64, # Increment this for every release.

appMarketingVersion = (defaultText = "0.64.0"),
appMarketingVersion = (defaultText = "0.64.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.64.0
RC_VERSION=0.64.1
fi

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

# 0.64.1
` · 1 🎉 · 2 🐛 · 3 🔍 · 1 👩‍💻👨‍💻`

### 🎉 New features

- Store the last sent message to show bellow the room's name by default ([#10597](https://github.com/RocketChat/Rocket.Chat/pull/10597))

### 🐛 Bug fixes

- E-mails were hidden some information ([#10615](https://github.com/RocketChat/Rocket.Chat/pull/10615))
- Regression on 0.64.0 was freezing the application when posting some URLs ([#10627](https://github.com/RocketChat/Rocket.Chat/pull/10627))

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

- Support passing extra connection options to the Mongo driver ([#10529](https://github.com/RocketChat/Rocket.Chat/pull/10529) by [@saplla](https://github.com/saplla))
- Regression: Updating an App on multi-instance servers wasn't working ([#10611](https://github.com/RocketChat/Rocket.Chat/pull/10611))
- Dependencies update ([#10648](https://github.com/RocketChat/Rocket.Chat/pull/10648))

</details>

### 👩‍💻👨‍💻 Contributors 😍

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

# 0.64.0
` · 2 ️️️⚠️ · 18 🎉 · 44 🐛 · 33 🔍 · 18 👩‍💻👨‍💻`
`2018-04-28 · 2 ️️️⚠️ · 18 🎉 · 44 🐛 · 33 🔍 · 18 👩‍💻👨‍💻`

### ⚠️ BREAKING CHANGES

Expand Down
Loading

0 comments on commit 54738c0

Please sign in to comment.