Bump version to 0.69.1

pull/11918/head
Diego Sampaio 7 years ago
parent 4c7af7bd36
commit 025c709921
No known key found for this signature in database
GPG Key ID: 16752D335AC4C231
  1. 2
      .docker/Dockerfile.rhel
  2. 43
      .github/history.json
  3. 4
      .sandstorm/sandstorm-pkgdef.capnp
  4. 2
      .travis/snap.sh
  5. 22
      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.69.0
ENV RC_VERSION 0.69.1
MAINTAINER buildmaster@rocket.chat

@ -18636,6 +18636,49 @@
]
}
]
},
"0.69.1": {
"node_version": "8.11.3",
"npm_version": "5.6.0",
"pull_requests": [
{
"pr": "11892",
"title": "[FIX] Hipchat import was failing when importing messages from a non existent user",
"userLogin": "rodrigok",
"milestone": "0.69.1",
"contributors": [
"rodrigok"
]
},
{
"pr": "11910",
"title": "[FIX] Hipchat importer was not importing users without emails and uploaded files",
"userLogin": "rodrigok",
"milestone": "0.69.1",
"contributors": [
"rodrigok"
]
},
{
"pr": "11893",
"title": " [FIX] App updates were not being shown correctly",
"userLogin": "rodrigok",
"milestone": "0.69.1",
"contributors": [
"rodrigok"
]
},
{
"pr": "11853",
"title": "[FIX] Duplicated message buttons",
"userLogin": "ubarsaiyan",
"milestone": "0.69.1",
"contributors": [
"ubarsaiyan",
"web-flow"
]
}
]
}
}
}

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

@ -1,4 +1,26 @@
# 0.69.1
`2018-08-31 · 4 🐛 · 2 👩💻👨💻`
### Engine versions
- Node: `8.11.3`
- NPM: `5.6.0`
### 🐛 Bug fixes
- Hipchat import was failing when importing messages from a non existent user ([#11892](https://github.com/RocketChat/Rocket.Chat/pull/11892))
- Hipchat importer was not importing users without emails and uploaded files ([#11910](https://github.com/RocketChat/Rocket.Chat/pull/11910))
- App updates were not being shown correctly ([#11893](https://github.com/RocketChat/Rocket.Chat/pull/11893))
- Duplicated message buttons ([#11853](https://github.com/RocketChat/Rocket.Chat/pull/11853) by [@ubarsaiyan](https://github.com/ubarsaiyan))
### 👩💻👨💻 Contributors 😍
- [@ubarsaiyan](https://github.com/ubarsaiyan)
### 👩💻👨💻 Core Team 🤓
- [@rodrigok](https://github.com/rodrigok)
# 0.69.0
`2018-08-28 · 10 🎉 · 8 🚀 · 35 🐛 · 13 🔍 · 25 👩💻👨💻`

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

@ -1,4 +1,4 @@
{
"version": "0.69.0",
"version": "0.69.1",
"marketplaceApiVersion": "1.0.0"
}

Loading…
Cancel
Save