Skip to content

Commit

Permalink
Bump version to 0.70.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Sep 24, 2018
1 parent 561e145 commit 49467be
Show file tree
Hide file tree
Showing 7 changed files with 163 additions and 13 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.70.0-rc.0
ENV RC_VERSION 0.70.0-rc.1

MAINTAINER buildmaster@rocket.chat

Expand Down
101 changes: 101 additions & 0 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -19172,6 +19172,107 @@
]
}
]
},
"0.69.2": {
"node_version": "8.11.3",
"npm_version": "5.6.0",
"pull_requests": [
{
"pr": "12026",
"title": "Release 0.69.2",
"userLogin": "sampaiodiego",
"contributors": [
"ggazzo",
"sampaiodiego",
"timkinnane",
"rodrigok",
"cardoso",
"kaiiiiiiiii"
]
},
{
"pr": "11812",
"title": "[NEW] Include room name in stream for bots",
"userLogin": "timkinnane",
"milestone": "0.69.2",
"contributors": [
"timkinnane",
"sampaiodiego",
"web-flow"
]
},
{
"pr": "12022",
"title": "[FIX] Reset password link error if already logged in",
"userLogin": "rodrigok",
"milestone": "0.69.2",
"contributors": [
"rodrigok"
]
},
{
"pr": "11992",
"title": "[FIX] Apps: setting with 'code' type only saving last line",
"userLogin": "cardoso",
"milestone": "0.69.2",
"contributors": [
"cardoso"
]
},
{
"pr": "11955",
"title": "[FIX] Update user information not possible by admin if disabled to users",
"userLogin": "kaiiiiiiiii",
"milestone": "0.69.2",
"contributors": [
"kaiiiiiiiii"
]
},
{
"pr": "12025",
"title": "[FIX] Hidden admin sidenav on embedded layout",
"userLogin": "ggazzo",
"milestone": "0.69.2",
"contributors": [
"ggazzo"
]
}
]
},
"0.70.0-rc.1": {
"node_version": "8.11.3",
"npm_version": "5.6.0",
"pull_requests": [
{
"pr": "12138",
"title": "Regression: fix message box autogrow",
"userLogin": "ggazzo",
"milestone": "0.70.0",
"contributors": [
"ggazzo"
]
},
{
"pr": "12122",
"title": "Regression: Modal height",
"userLogin": "ggazzo",
"milestone": "0.70.0",
"contributors": [
"ggazzo",
"sampaiodiego",
"web-flow"
]
},
{
"pr": "12124",
"title": "Fix: Change wording on e2e to make a little more clear",
"userLogin": "geekgonecrazy",
"milestone": "0.70.0",
"contributors": [
"geekgonecrazy"
]
}
]
}
}
}
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 = 98, # Increment this for every release.
appVersion = 99, # Increment this for every release.

appMarketingVersion = (defaultText = "0.70.0-rc.0"),
appMarketingVersion = (defaultText = "0.70.0-rc.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.70.0-rc.0
RC_VERSION=0.70.0-rc.1
fi

echo "Preparing to trigger a snap release for $CHANNEL channel"
Expand Down
63 changes: 56 additions & 7 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@

# 0.70.0 (Under Release Candidate Process)

## 0.70.0-rc.1
`2018-09-24 · 3 🔍 · 3 👩‍💻👨‍💻`

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

- Regression: fix message box autogrow ([#12138](https://github.com/RocketChat/Rocket.Chat/pull/12138))
- Regression: Modal height ([#12122](https://github.com/RocketChat/Rocket.Chat/pull/12122))
- Fix: Change wording on e2e to make a little more clear ([#12124](https://github.com/RocketChat/Rocket.Chat/pull/12124))

</details>

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

- [@geekgonecrazy](https://github.com/geekgonecrazy)
- [@ggazzo](https://github.com/ggazzo)
- [@sampaiodiego](https://github.com/sampaiodiego)

## 0.70.0-rc.0
`2018-09-20 · 1 ️️️⚠️ · 15 🎉 · 3 🚀 · 23 🐛 · 5 🔍 · 30 👩‍💻👨‍💻`
`2018-09-20 · 1 ️️️⚠️ · 14 🎉 · 3 🚀 · 19 🐛 · 5 🔍 · 29 👩‍💻👨‍💻`

### ⚠️ BREAKING CHANGES

Expand All @@ -23,7 +41,6 @@
- REST endpoint to set groups' announcement ([#11905](https://github.com/RocketChat/Rocket.Chat/pull/11905))
- Livechat trigger option to run only once ([#12068](https://github.com/RocketChat/Rocket.Chat/pull/12068) by [@edzluhan](https://github.com/edzluhan))
- REST endpoints to create roles and assign roles to users ([#11855](https://github.com/RocketChat/Rocket.Chat/pull/11855) by [@aferreira44](https://github.com/aferreira44))
- Include room name in stream for bots ([#11812](https://github.com/RocketChat/Rocket.Chat/pull/11812))
- Informal German translations ([#9984](https://github.com/RocketChat/Rocket.Chat/pull/9984))

### 🚀 Improvements
Expand All @@ -49,10 +66,6 @@
- Internal error when cross-origin with CORS is disabled ([#11953](https://github.com/RocketChat/Rocket.Chat/pull/11953))
- Message reaction in GraphQL API ([#11967](https://github.com/RocketChat/Rocket.Chat/pull/11967))
- Direct messages leaking into logs ([#11863](https://github.com/RocketChat/Rocket.Chat/pull/11863))
- Hidden admin sidenav on embedded layout ([#12025](https://github.com/RocketChat/Rocket.Chat/pull/12025))
- Update user information not possible by admin if disabled to users ([#11955](https://github.com/RocketChat/Rocket.Chat/pull/11955) by [@kaiiiiiiiii](https://github.com/kaiiiiiiiii))
- Apps: setting with 'code' type only saving last line ([#11992](https://github.com/RocketChat/Rocket.Chat/pull/11992))
- Reset password link error if already logged in ([#12022](https://github.com/RocketChat/Rocket.Chat/pull/12022))
- Wrong build path in install.sh ([#11879](https://github.com/RocketChat/Rocket.Chat/pull/11879))
- Permission check on joinRoom for private room ([#11857](https://github.com/RocketChat/Rocket.Chat/pull/11857))
- Close popover on shortcuts and writing ([#11562](https://github.com/RocketChat/Rocket.Chat/pull/11562))
Expand All @@ -79,7 +92,6 @@
- [@crazy-max](https://github.com/crazy-max)
- [@edzluhan](https://github.com/edzluhan)
- [@flaviogrossi](https://github.com/flaviogrossi)
- [@kaiiiiiiiii](https://github.com/kaiiiiiiiii)
- [@ohmonster](https://github.com/ohmonster)
- [@pkgodara](https://github.com/pkgodara)
- [@rndmh3ro](https://github.com/rndmh3ro)
Expand All @@ -105,6 +117,43 @@
- [@tassoevan](https://github.com/tassoevan)
- [@timkinnane](https://github.com/timkinnane)

# 0.69.2
`2018-09-11 · 1 🎉 · 4 🐛 · 1 🔍 · 6 👩‍💻👨‍💻`

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

### 🎉 New features

- Include room name in stream for bots ([#11812](https://github.com/RocketChat/Rocket.Chat/pull/11812))

### 🐛 Bug fixes

- Reset password link error if already logged in ([#12022](https://github.com/RocketChat/Rocket.Chat/pull/12022))
- Apps: setting with 'code' type only saving last line ([#11992](https://github.com/RocketChat/Rocket.Chat/pull/11992))
- Update user information not possible by admin if disabled to users ([#11955](https://github.com/RocketChat/Rocket.Chat/pull/11955) by [@kaiiiiiiiii](https://github.com/kaiiiiiiiii))
- Hidden admin sidenav on embedded layout ([#12025](https://github.com/RocketChat/Rocket.Chat/pull/12025))

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

- Release 0.69.2 ([#12026](https://github.com/RocketChat/Rocket.Chat/pull/12026) by [@kaiiiiiiiii](https://github.com/kaiiiiiiiii))

</details>

### 👩‍💻👨‍💻 Contributors 😍

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

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

- [@cardoso](https://github.com/cardoso)
- [@ggazzo](https://github.com/ggazzo)
- [@rodrigok](https://github.com/rodrigok)
- [@sampaiodiego](https://github.com/sampaiodiego)
- [@timkinnane](https://github.com/timkinnane)

# 0.69.1
`2018-08-31 · 4 🐛 · 2 👩‍💻👨‍💻`

Expand Down
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.70.0-rc.0",
"version": "0.70.0-rc.1",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down
2 changes: 1 addition & 1 deletion packages/rocketchat-lib/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.70.0-rc.0",
"version": "0.70.0-rc.1",
"marketplaceApiVersion": "1.0.0"
}

0 comments on commit 49467be

Please sign in to comment.