Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
engelgabriel committed Jan 4, 2016
1 parent 44f7e58 commit 663dc7b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
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 = 7, # Increment this for every release.
appVersion = 8, # Increment this for every release.

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

Expand Down
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
## v.NEXT


## v0.12.0, 2016-Jan-04

- Settings: unset section if none is given on update
- Hide registration and forgot password links when hidding login form
- Upload build artifacts to GitHub and sign tgz for docker images
- Add a setting to disable form-based login
- Button to test SMTP settings
- No need to reload server for SMTP settings to take effect
- Fix livechat trigger by url
- Increase the delay to render color fields
- Fix guest users default role
- Improved clean button color
- Support named color for message attachments
- Added request debug messages
- Trim integration messages
- Try to parse all request bodies as JSON
- New password reset screen

## v0.11.0, 2015-Dec-28

Expand Down
2 changes: 1 addition & 1 deletion packages/rocketchat-lib/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.11.0"
"version": "0.12.0"
}

0 comments on commit 663dc7b

Please sign in to comment.